From 4b9f9119935f1e32812489c19913bd110b185d5e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 11 May 2000 13:06:33 +0000 Subject: no_comment --- perl-install/install_steps_interactive.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 0ed7681a6..a21f57d68 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1026,7 +1026,7 @@ Do you want to try XFree 4.0?")) if $::expert; sub generateAutoInstFloppy($) { my ($o) = @_; - $::expert && $::corporate || $::g_auto_install or return; + $::expert || $::g_auto_install or return; my ($floppy) = detect_devices::floppies(); @@ -1047,6 +1047,7 @@ sub generateAutoInstFloppy($) { fs::mount($dev, "/floppy", "vfat", 0); substInFile { s/timeout.*//; s/^(\s*append)/$1 kickstart=floppy/ } "/floppy/syslinux.cfg"; + unlink "/floppy/help.msg"; output "/floppy/ks.cfg", install_any::generate_ks_cfg($o); output "/floppy/boot.msg", "\n0c", "!! If you press enter, an auto-install is going to start. -- cgit v1.2.1