From 73d532193664c00931865fe893872e1a9f4affb4 Mon Sep 17 00:00:00 2001 From: gobo72 Date: Wed, 24 Oct 2012 00:39:53 +0000 Subject: [PATCH] Added dvd to fstab now that vobcopy is working fine. --- stage1/create-config-files | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stage1/create-config-files b/stage1/create-config-files index 2d29377..2b98fb0 100755 --- a/stage1/create-config-files +++ b/stage1/create-config-files @@ -22,6 +22,8 @@ sysfs /sys sysfs defaults 0 0 tmpfs /run tmpfs defaults 0 0 devpts /dev/pts devpts gid=4,mode=620 0 0 shm /dev/shm tmpfs defaults 0 0 + +/dev/dvd /media/dvd auto noauto,ro EOF echo "Creating basic /etc/profile and /etc/profile.d" -- 2.20.1