Added dvd to fstab now that vobcopy is working fine.
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Wed, 24 Oct 2012 00:39:53 +0000 (00:39 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Wed, 24 Oct 2012 00:39:53 +0000 (00:39 +0000)
stage1/create-config-files

index 2d29377..2b98fb0 100755 (executable)
@@ -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"