Added permission to mount dvd for normal users.
[hvlinux.git] / stage1 / create-config-files
index 2d29377..38153bb 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,users
 EOF
 
 echo "Creating basic /etc/profile and /etc/profile.d"
@@ -68,7 +70,7 @@ ulimit -c 0
 
 MANPATH=/usr/share/man:/usr/local/share/man
 
-LANG="en_US.UTF-8"
+LANG="en_US.utf8"
 
 # The sort order of ls output is affected by  the  locale  and
 # can  be  overridden  by the LC_COLLATE environment variable.