mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox-initramfs: change fsck command syntax to util-linux's fsck
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
98b1a9ba60
commit
745d4e5d9b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user