fix start in qemu

This commit is contained in:
Stephan Raue 2009-04-17 22:54:03 +02:00
parent e5a9451276
commit c32f0ed25c
2 changed files with 3 additions and 3 deletions

View File

@ -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..."

View File

@ -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