summaryrefslogtreecommitdiffstats
path: root/move/move.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-12-23 10:40:48 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-12-23 10:40:48 +0000
commit007575a8f1e0776ef2c8f4a16ea8b172ade57a69 (patch)
treef67aa7fdcf85dd59671636828da62c9ab2add1ae /move/move.pm
parent7f4aeabd469e59f5fd7572b2b64325d192ca0982 (diff)
downloaddrakx-backup-do-not-use-007575a8f1e0776ef2c8f4a16ea8b172ade57a69.tar
drakx-backup-do-not-use-007575a8f1e0776ef2c8f4a16ea8b172ade57a69.tar.gz
drakx-backup-do-not-use-007575a8f1e0776ef2c8f4a16ea8b172ade57a69.tar.bz2
drakx-backup-do-not-use-007575a8f1e0776ef2c8f4a16ea8b172ade57a69.tar.xz
drakx-backup-do-not-use-007575a8f1e0776ef2c8f4a16ea8b172ade57a69.zip
add the waitkey option for keys that have problems to be detected at boot
Diffstat (limited to 'move/move.pm')
-rw-r--r--move/move.pm1
1 files changed, 1 insertions, 0 deletions
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');