mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
fix start in qemu
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
/bin/busybox mdev -s
|
||||
|
||||
/bin/busybox mount -t ext3 -o ro,noatime $BOOT /flash
|
||||
/bin/busybox mount -t ext3 -o rw,noatime $DISK /storage
|
||||
/bin/busybox mount -o ro,noatime $BOOT /flash
|
||||
/bin/busybox mount -o rw,noatime $DISK /storage
|
||||
|
||||
if [ -f "/storage/.update/openelec.kernel" ]; then
|
||||
echo "updating Kernel..."
|
||||
|
||||
Reference in New Issue
Block a user