95rootfs-block/mount-root.sh: '-a' for ext? is handled in fs-lib now

Previously, '-a' was added for ext[234] filesystems if other
conflicting flag were not present. It's being done automatically
in fsck_drv_com() now (also for jfs and reiser).
This commit is contained in:
Michal Soltys 2011-06-02 23:22:13 +02:00 committed by Harald Hoyer
parent 6d2a79432b
commit 1ddaffda88

View File

@ -69,10 +69,6 @@ if [ -n "$root" -a -z "${root%%block:*}" ]; then
fsckoptions="$AUTOFSCK_OPT $fsckoptions"
fi
if ! strstr " $fsckoptions" " -y" && strstr "$rootfs" ext; then
fsckoptions="-a $fsckoptions"
fi
rootopts=
if getargbool 1 rd.fstab -n rd_NO_FSTAB \
&& ! getarg rootflags \