diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-04 14:36:29 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-04 14:36:29 +0000 |
commit | 22588510a3fdf686f6b9c5a13bf9355fd6573baa (patch) | |
tree | 486785779a7e4fe8fcf26183d7f5bb65ed514f02 /move/move.pm | |
parent | b58bf2aaae855cabd9115dd98f9b482c0d472a8f (diff) | |
download | drakx-backup-do-not-use-22588510a3fdf686f6b9c5a13bf9355fd6573baa.tar drakx-backup-do-not-use-22588510a3fdf686f6b9c5a13bf9355fd6573baa.tar.gz drakx-backup-do-not-use-22588510a3fdf686f6b9c5a13bf9355fd6573baa.tar.bz2 drakx-backup-do-not-use-22588510a3fdf686f6b9c5a13bf9355fd6573baa.tar.xz drakx-backup-do-not-use-22588510a3fdf686f6b9c5a13bf9355fd6573baa.zip |
bypass most network/printer/etc autodetection and configuration in $::noauto
Diffstat (limited to 'move/move.pm')
-rw-r--r-- | move/move.pm | 3 |
1 files changed, 3 insertions, 0 deletions
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 |