From b1d62938f81f41bfe84dca26de9edc0f91c11996 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 10 May 2006 02:56:28 +0000 Subject: udev: remove extra copy of ieee1394 init/usb/fs: modify rootdelay handling filesystems: additional error checking, handing for numeric root devices mkinitcpio: remove /tmp modules directory if used git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@90 880c04e9-e011-0410-abf7-b926e227c9cd --- init | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'init') diff --git a/init b/init index 774c106..7bdac5b 100644 --- a/init +++ b/init @@ -12,6 +12,8 @@ read CMDLINE /proc/sys/kernel/modprobe @@ -65,6 +67,7 @@ fi if [ "${break}" = "y" ]; then echo ":: Break requested, type 'exit' to resume operation" + echo " NOTE: klibc contains no 'ls' binary, used 'echo *' instead" PS1="ramfs$ " /bin/sh -i fi @@ -79,4 +82,4 @@ fi msg ":: Initramfs Completed - control passing to kinit" echo "/sbin/modprobe" > /proc/sys/kernel/modprobe -exec /bin/kinit "root=${root}" ${kinit_params} < /dev/console > /dev/console +exec /bin/kinit "root=${root}" "rootdelay=${rootdelay}" ${kinit_params} < /dev/console > /dev/null 2>&1 -- cgit v1.2.3-24-g4f1b