From 0976a26d88055464cffc28a0cbf870cd4ee9f142 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 26 Aug 2002 11:22:34 +0000 Subject: move modules::write_pcmcia before install packages --- 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 8ed192198..3a4c0e163 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -299,6 +299,9 @@ 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"); @@ -407,9 +410,6 @@ 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