diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-26 11:27:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-26 11:27:11 +0000 |
commit | d4a76c3bc4753efc94c0a59dffa9dca9bcb92f1c (patch) | |
tree | 876f7bd6a6895adfab1b349b59d80c38f3cc5f60 /perl-install/install_steps.pm | |
parent | 0976a26d88055464cffc28a0cbf870cd4ee9f142 (diff) | |
download | drakx-backup-do-not-use-d4a76c3bc4753efc94c0a59dffa9dca9bcb92f1c.tar drakx-backup-do-not-use-d4a76c3bc4753efc94c0a59dffa9dca9bcb92f1c.tar.gz drakx-backup-do-not-use-d4a76c3bc4753efc94c0a59dffa9dca9bcb92f1c.tar.bz2 drakx-backup-do-not-use-d4a76c3bc4753efc94c0a59dffa9dca9bcb92f1c.tar.xz drakx-backup-do-not-use-d4a76c3bc4753efc94c0a59dffa9dca9bcb92f1c.zip |
revert (not needed by gnome-panel)
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 3a4c0e163..8ed192198 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -299,9 +299,6 @@ sub beforeInstallPackages { #- some packages need such files for proper installation. install_any::write_fstab($o); - #- configure PCMCIA services if needed (gnome-panel use it to detect pcmcia) - modules::write_pcmcia($o->{prefix}, $o->{pcmcia}); - require network; network::add2hosts("$o->{prefix}/etc/hosts", "localhost.localdomain", "127.0.0.1"); @@ -410,6 +407,9 @@ Consoles 1,3,4,7 may also contain interesting information"; #- generate /etc/lvmtab needed for rc.sysinit run_program::rooted($o->{prefix}, 'vgscan') if -e '/etc/lvmtab'; + #- configure PCMCIA services if needed. + modules::write_pcmcia($o->{prefix}, $o->{pcmcia}); + #- for mandrake_firstime touch "$o->{prefix}/var/lock/TMP_1ST"; |