mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
busybox-initramfs: check_disks() fix initscript
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ab29a45e7a
commit
84340cbf35
@ -366,7 +366,7 @@ NBD_DEVS="0"
|
|||||||
check_disks() {
|
check_disks() {
|
||||||
progress "Checking disks"
|
progress "Checking disks"
|
||||||
|
|
||||||
if [ -x /sbin/fsck_hfs ]; then
|
if [ -x /bin/fsck_hfs ]; then
|
||||||
# deal with hfs partitions
|
# deal with hfs partitions
|
||||||
hfsdiskprep
|
hfsdiskprep
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user