busybox-initramfs: check_disks() fix initscript

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-08-13 03:00:24 +02:00
parent ab29a45e7a
commit 84340cbf35

View File

@ -366,7 +366,7 @@ NBD_DEVS="0"
check_disks() {
progress "Checking disks"
if [ -x /sbin/fsck_hfs ]; then
if [ -x /bin/fsck_hfs ]; then
# deal with hfs partitions
hfsdiskprep
fi