From 0f5e939c62c3b398aa8b7cf0420ad9d41733dfdf Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 16 Aug 2009 23:52:50 +0200 Subject: [PATCH] busybox: cleanup init script for initramfs --- packages/sysutils/busybox/scripts/init.initramfs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/sysutils/busybox/scripts/init.initramfs b/packages/sysutils/busybox/scripts/init.initramfs index aeef786b9f..9ac3988392 100755 --- a/packages/sysutils/busybox/scripts/init.initramfs +++ b/packages/sysutils/busybox/scripts/init.initramfs @@ -6,11 +6,8 @@ BOOT=`/bin/busybox cat /proc/cmdline | /bin/busybox sed 's/.*boot=// ; s/ .*//'` DISK=`/bin/busybox cat /proc/cmdline | /bin/busybox sed 's/.*disk=// ; s/ .*//'` -# /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 if [ -f "/storage/.update/openelec.kernel" ]; then echo "updating Kernel..." @@ -22,7 +19,6 @@ echo "System reboots now" /bin/busybox reboot fi -# /bin/busybox sleep 5 if [ -f "/storage/.update/openelec.system" ]; then echo "updating System..."