rootfs-block/mount-root.sh: clear fsckoptions
parent
2cbcbd7532
commit
13af399f65
|
@ -30,6 +30,7 @@ if [ -n "$root" -a -z "${root%%block:*}" ]; then
|
||||||
&& ROOTFS_MOUNTED=yes
|
&& ROOTFS_MOUNTED=yes
|
||||||
|
|
||||||
READONLY=
|
READONLY=
|
||||||
|
fsckoptions=
|
||||||
if [ -f "$NEWROOT"/etc/sysconfig/readonly-root ]; then
|
if [ -f "$NEWROOT"/etc/sysconfig/readonly-root ]; then
|
||||||
. "$NEWROOT"/etc/sysconfig/readonly-root
|
. "$NEWROOT"/etc/sysconfig/readonly-root
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue