rootfs-block/mount-root.sh: clear fsckoptions

master
Harald Hoyer 2010-11-10 19:58:15 +01:00
parent 2cbcbd7532
commit 13af399f65
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ if [ -n "$root" -a -z "${root%%block:*}" ]; then
&& ROOTFS_MOUNTED=yes

READONLY=
fsckoptions=
if [ -f "$NEWROOT"/etc/sysconfig/readonly-root ]; then
. "$NEWROOT"/etc/sysconfig/readonly-root
fi