undo last chance

This commit is contained in:
Stephan Raue
2009-08-09 01:13:42 +02:00
parent 41d583f225
commit 312f209140
33 changed files with 121 additions and 1460 deletions

View File

@@ -9,8 +9,8 @@
# /bin/busybox mdev -s
/bin/busybox mount -o ro,noatime $BOOT /flash
# /bin/busybox mount -o rw,noatime $DISK /storage
/bin/busybox mount -t ramfs none /storage
/bin/busybox mount -o rw,noatime $DISK /storage
# /bin/busybox mount -t ramfs none /storage
if [ -f "/storage/.update/openelec.kernel" ]; then
echo "updating Kernel..."

View File

@@ -10,12 +10,8 @@
mount -t ramfs none /dev
# mount -t ramfs none /etc
mount -t ramfs none /var
mount -t ramfs none /media
touch /media/.hal-mtab
mknod /dev/null c 1 3
# mknod /dev/fb0 c 29 0
# mknod /dev/tty1 c 4 1
# mknod /dev/console c 5 1
mknod /dev/fb0 c 29 0
# parse command line arguments
BOOT=`cat /proc/cmdline | sed 's/.*boot=// ; s/ .*//'`