busybox-initramfs: simplyfing fsck command, cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-06-05 19:16:36 +02:00
parent 499ee9cfee
commit aa1e756081

View File

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