rootfs-block/mount-root.sh: fixed fsck "-a" option

master
Harald Hoyer 2010-11-03 13:40:42 -04:00
parent 3871942d13
commit c56e44a63a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ if [ -n "$root" -a -z "${root%%block:*}" ]; then
fsckoptions="$AUTOFSCK_OPT $fsckoptions" fsckoptions="$AUTOFSCK_OPT $fsckoptions"
fi fi


if strstr " $fsckoptions" " -y"; then if ! strstr " $fsckoptions" " -y"; then
fsckoptions="-a $fsckoptions" fsckoptions="-a $fsckoptions"
fi fi