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