mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
undo last chance
This commit is contained in:
@@ -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..."
|
||||
|
||||
@@ -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/ .*//'`
|
||||
|
||||
Reference in New Issue
Block a user