Added permission to mount dvd for normal users.
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 12 Jan 2013 22:37:39 +0000 (17:37 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 2 Feb 2013 02:30:55 +0000 (21:30 -0500)
stage1/create-config-files

index d10c021..38153bb 100755 (executable)
@@ -23,7 +23,7 @@ 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
+/dev/dvd        /media/dvd      auto      noauto,ro,users
 EOF
 
 echo "Creating basic /etc/profile and /etc/profile.d"