summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-05 10:35:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-05 10:35:23 +0000
commitab72206afef20f95422a6c901a6ff8ec04e18429 (patch)
tree606485067bf5603bd8734ef3f1ef8db15581c60b /perl-install/install_steps_interactive.pm
parent934ae5ea0ccdb31df19a82577dc3877973cb857a (diff)
downloaddrakx-backup-do-not-use-ab72206afef20f95422a6c901a6ff8ec04e18429.tar
drakx-backup-do-not-use-ab72206afef20f95422a6c901a6ff8ec04e18429.tar.gz
drakx-backup-do-not-use-ab72206afef20f95422a6c901a6ff8ec04e18429.tar.bz2
drakx-backup-do-not-use-ab72206afef20f95422a6c901a6ff8ec04e18429.tar.xz
drakx-backup-do-not-use-ab72206afef20f95422a6c901a6ff8ec04e18429.zip
- move report_bug in install_any
- g_auto_install generates the auto_inst.cfg string without output'ing it
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 0690ccb1d..34d9d943c 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -1097,7 +1097,7 @@ sub generateAutoInstFloppy {
", "7m\n";
local $o->{partitioning}{clearall} = 1;
- install_any::g_auto_install("$workdir/auto_inst.cfg");
+ output("$workdir/auto_inst.cfg", install_any::g_auto_install());
run_program::run("genromfs", "-d", $workdir, "-f", "/dev/ram", "-A", "2048,/..", "-a", "512", "-V", "DrakX autoinst");
fs::mount("/dev/ram", $mountdir, 'romfs', 0);
@@ -1126,7 +1126,7 @@ sub generateAutoInstFloppy {
", "07\n" if !$replay;
local $o->{partitioning}{clearall} = !$replay;
- install_any::g_auto_install("/floppy/auto_inst.cfg", $replay);
+ output("/floppy/auto_inst.cfg", install_any::g_auto_install($replay));
fs::umount("/floppy");
}