From 007575a8f1e0776ef2c8f4a16ea8b172ade57a69 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 23 Dec 2003 10:40:48 +0000 Subject: add the waitkey option for keys that have problems to be detected at boot --- move/isolinux/help.msg | Bin 1144 -> 1307 bytes move/isolinux/make.pl | 2 ++ move/move.pm | 1 + 3 files changed, 3 insertions(+) (limited to 'move') diff --git a/move/isolinux/help.msg b/move/isolinux/help.msg index 3a6d94175..76dd34d78 100644 Binary files a/move/isolinux/help.msg and b/move/isolinux/help.msg differ diff --git a/move/isolinux/make.pl b/move/isolinux/make.pl index b71f98035..fb88c46f6 100644 --- a/move/isolinux/make.pl +++ b/move/isolinux/make.pl @@ -13,6 +13,8 @@ If you experience problems, you can try to add on the command line : o 0fupdatemodules07 to use the special update floppy containing modules updates. o 0fpatch07 to use a patch from the floppy (file named 09patch.pl07). o 0fcleankey07 to remove previously saved system config files from the USB key. + o 0fwaitkey07 to wait 15 more seconds at boot time while detecting the USB key, + that might be useful for some keys for which detection doesn't work nicely o 0fvirtual_key=09/dev/hda10f,09/key07 to use file 09/key07 on device 09/dev/hda107 as a virtual key instead of a physical one (must be an existing file containing a valid filesystem - e.g. a loopback). diff --git a/move/move.pm b/move/move.pm index b3378ede1..01823fa98 100644 --- a/move/move.pm +++ b/move/move.pm @@ -170,6 +170,7 @@ sub init { eval { modules::load('usb-storage', 'sd_mod') }; handle_virtual_key(); $o->{pcmcia} ||= !$::noauto && c::pcmcia_probe(); + cat_('/proc/cmdline') =~ /\bwaitkey\b/ and sleep 15; install_steps::setupSCSI($o); run_program::run('sysctl', '-w', 'kernel.hotplug=/sbin/hotplug'); -- cgit v1.2.1