mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fix start in qemu
This commit is contained in:
parent
e5a9451276
commit
c32f0ed25c
@ -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..."
|
||||
|
@ -112,7 +112,7 @@ case "$2" in
|
||||
|
||||
mkdir -p $ROOT/.tmp
|
||||
sudo mount -o loop $ROOT/target/$PROJECT-$MEDIACENTER-$OPENELEC_VERSION-qemu.flash $ROOT/.tmp
|
||||
cp -R $ROOT/target/$PROJECT-$MEDIACENTER-$OPENELEC_VERSION.system $ROOT/.tmp
|
||||
cp -R $ROOT/target/$PROJECT-$MEDIACENTER-$OPENELEC_VERSION.system $ROOT/.tmp/openelec.system
|
||||
sudo umount $ROOT/.tmp
|
||||
|
||||
rm -rf $ROOT/target/$PROJECT-$MEDIACENTER-$OPENELEC_VERSION-qemu.store
|
||||
|
Loading…
x
Reference in New Issue
Block a user