mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
busybox-initramfs: simplyfing fsck command, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
499ee9cfee
commit
aa1e756081
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user