From ab72206afef20f95422a6c901a6ff8ec04e18429 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 5 Apr 2001 10:35:23 +0000 Subject: - move report_bug in install_any - g_auto_install generates the auto_inst.cfg string without output'ing it --- perl-install/install_steps_interactive.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install_steps_interactive.pm') 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"); } -- cgit v1.2.1