From: gobo72 Date: Wed, 24 Oct 2012 00:39:53 +0000 (+0000) Subject: Added dvd to fstab now that vobcopy is working fine. X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=73d532193664c00931865fe893872e1a9f4affb4;p=hvlinux.git Added dvd to fstab now that vobcopy is working fine. --- 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"