diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-04 14:43:26 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-04 14:43:26 +0000 |
commit | 7908c5a2b76ce9dd4e39556438c0b8c71faecfc3 (patch) | |
tree | 533c4bec04b8b2528b638a06672ab51907b7fec7 /move | |
parent | 22588510a3fdf686f6b9c5a13bf9355fd6573baa (diff) | |
download | drakx-7908c5a2b76ce9dd4e39556438c0b8c71faecfc3.tar drakx-7908c5a2b76ce9dd4e39556438c0b8c71faecfc3.tar.gz drakx-7908c5a2b76ce9dd4e39556438c0b8c71faecfc3.tar.bz2 drakx-7908c5a2b76ce9dd4e39556438c0b8c71faecfc3.tar.xz drakx-7908c5a2b76ce9dd4e39556438c0b8c71faecfc3.zip |
still write timezone and configure supermount in noauto
Diffstat (limited to 'move')
-rw-r--r-- | move/move.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/move/move.pm b/move/move.pm index bb2294d93..4434204f2 100644 --- a/move/move.pm +++ b/move/move.pm @@ -446,14 +446,15 @@ sub install2::configMove { } install_steps_interactive::summaryBefore($o); - require timezone; - timezone::write($o->{prefix}, $o->{timezone}); - modules::load_category('multimedia/sound'); enable_service('sound'); detect_devices::isLaptop() or enable_service('numlock'); +after_autoconf: + require timezone; + timezone::write($o->{prefix}, $o->{timezone}); + $o->{useSupermount} = 1; fs::set_removable_mntpoints($o->{all_hds}); fs::set_all_default_options($o->{all_hds}, %$o, lang::fs_options($o->{locale})); @@ -461,7 +462,6 @@ 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 |