summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-06-16 19:49:17 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-06-16 19:49:17 +0000
commitf6eb0d8e0240ce36d5ba5db16722b7d663b22d6f (patch)
tree799942711371e43282083d663d8beb0756997a39 /perl-install/install2.pm
parent740ac6906f146eda0716d7b8ba6898d5f5cff5f5 (diff)
downloaddrakx-f6eb0d8e0240ce36d5ba5db16722b7d663b22d6f.tar
drakx-f6eb0d8e0240ce36d5ba5db16722b7d663b22d6f.tar.gz
drakx-f6eb0d8e0240ce36d5ba5db16722b7d663b22d6f.tar.bz2
drakx-f6eb0d8e0240ce36d5ba5db16722b7d663b22d6f.tar.xz
drakx-f6eb0d8e0240ce36d5ba5db16722b7d663b22d6f.zip
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index cb6df9274..8e3414429 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -482,7 +482,7 @@ sub addUser {
#------------------------------------------------------------------------------
#-PADTODO
sub createBootdisk {
- modules::write_conf("$o->{prefix}/etc/conf.modules");
+ modules::write_conf($o->{prefix});
$o->createBootdisk($_[1] == 1);
}
@@ -491,7 +491,7 @@ sub createBootdisk {
sub setupBootloader {
return if $::g_auto_install;
- modules::write_conf("$o->{prefix}/etc/conf.modules");
+ modules::write_conf($o->{prefix});
$o->setupBootloaderBefore if $_[1] == 1;
$o->setupBootloader($_[1] - 1);
@@ -505,7 +505,7 @@ sub configureX {
#- done here and also at the end of install2.pm, just in case...
fs::write($o->{prefix}, $o->{fstab}, $o->{manualFstab}, $o->{useSupermount});
- modules::write_conf("$o->{prefix}/etc/conf.modules");
+ modules::write_conf($o->{prefix});
$o->setupXfree if pkgs::packageFlagInstalled(pkgs::packageByName($o->{packages}, 'XFree86')) || $clicked;
}
@@ -728,7 +728,7 @@ sub main {
install_any::ejectCdrom();
fs::write($o->{prefix}, $o->{fstab}, $o->{manualFstab}, $o->{useSupermount});
- modules::write_conf("$o->{prefix}/etc/conf.modules");
+ modules::write_conf($o->{prefix});
#- to ensure linuxconf doesn't cry against those files being in the future
foreach ('/etc/conf.modules', '/etc/crontab', '/etc/sysconfig/mouse', '/etc/X11/fs/config') {