mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
busybox-initramfs: try longer to mount partitions, its needed on slow devices like RPi
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c8a14310e0
commit
4de0d1344b
@ -131,7 +131,7 @@ NBD_DEVS="0"
|
||||
MOUNT_OPTIONS="-o $3"
|
||||
[ -n "$4" ] && MOUNT_OPTIONS="-t $4 $MOUNT_OPTIONS"
|
||||
|
||||
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 11 12 13 14 15; do
|
||||
ERR_ENV=1
|
||||
|
||||
$IONICE /bin/busybox mount $MOUNT_OPTIONS $1 $2 >&$SILENT_OUT 2>&1
|
||||
|
Loading…
x
Reference in New Issue
Block a user