From: Hugo Villeneuve Date: Sat, 12 Jan 2013 22:37:39 +0000 (-0500) Subject: Added permission to mount dvd for normal users. X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=91c90d784729c1e269f338a89cc486682942c418;p=hvlinux.git Added permission to mount dvd for normal users. --- diff --git a/stage1/create-config-files b/stage1/create-config-files index d10c021..38153bb 100755 --- a/stage1/create-config-files +++ b/stage1/create-config-files @@ -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"