Browse Source

98usrmount/mount-usr.sh: do not mount /usr read-only

https://bugzilla.redhat.com/show_bug.cgi?id=782897
master
Harald Hoyer 13 years ago
parent
commit
1b91369455
  1. 2
      modules.d/98usrmount/mount-usr.sh

2
modules.d/98usrmount/mount-usr.sh

@ -11,7 +11,7 @@ mount_usr() @@ -11,7 +11,7 @@ mount_usr()
# check, if we have to mount the /usr filesystem
while read _dev _mp _fs _opts _rest; do
if [ "$_mp" = "/usr" ]; then
echo "$_dev $NEWROOT/$_mp $_fs ${_opts},ro $_rest"
echo "$_dev $NEWROOT/$_mp $_fs ${_opts} $_rest"
_usr_found="1"
break
fi

Loading…
Cancel
Save