From 22588510a3fdf686f6b9c5a13bf9355fd6573baa Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 4 Dec 2003 14:36:29 +0000 Subject: bypass most network/printer/etc autodetection and configuration in $::noauto --- move/move.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'move/move.pm') diff --git a/move/move.pm b/move/move.pm index 02ce9ec1f..bb2294d93 100644 --- a/move/move.pm +++ b/move/move.pm @@ -434,6 +434,8 @@ sub install2::configMove { install_steps::addUser($o); } + $::noauto and goto after_autoconf; + my $wait = $o->wait_message(N("Auto configuration"), N("Please wait, detecting and configuring devices...")); #- automatic printer, timezone, network configs @@ -459,6 +461,7 @@ sub install2::configMove { require install_any; install_any::write_fstab($o); +after_autoconf: modules::write_conf(''); require mouse; mouse::write_conf($o, $o->{mouse}, 1); #- write xfree mouse conf -- cgit v1.2.1