From d4a76c3bc4753efc94c0a59dffa9dca9bcb92f1c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 26 Aug 2002 11:27:11 +0000 Subject: revert (not needed by gnome-panel) --- perl-install/install_steps.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/install_steps.pm') 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"; -- cgit v1.2.1