From 167ed25684ec5aecf567cafd215a01401803a7b9 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sun, 10 Jan 2010 17:25:22 +0100 Subject: Do not mount /proc before busybox --install - this requires CONFIG_BUSYBOX_EXEC_PATH="/bin/busybox" in busybox --- init | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'init') diff --git a/init b/init index e77a0dc..c70d309 100644 --- a/init +++ b/init @@ -1,13 +1,12 @@ #!/bin/busybox ash -# Mount /proc so busybox can access /proc/self/exe -/bin/busybox mount -t proc proc /proc # Install busybox's applets as symlinks /bin/busybox --install -s . /init_functions msg ":: Loading Initramfs" -/bin/mount -t sysfs none /sys +/bin/mount -t proc proc /proc +/bin/mount -t sysfs sys /sys read CMDLINE