busybox-initramfs: change fsck command syntax to util-linux's fsck

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-06-05 14:07:23 +02:00
parent 98b1a9ba60
commit 745d4e5d9b

View File

@ -97,7 +97,7 @@ REBOOT="0"
progress "trying to mount $1 ..."
progress "check filesystem $1 ..."
/sbin/fsck -y $1 > /dev/null 2>&1
/sbin/fsck -M -V -a -t !ntfs,!xfs,!vfat $1 > /dev/null 2>&1
for i in 1 2 3 4 5 6 7 8 9 10; do
ERR_ENV=1