diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-05-11 13:06:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-05-11 13:06:33 +0000 |
commit | 4b9f9119935f1e32812489c19913bd110b185d5e (patch) | |
tree | 3ccf67018203007de0dc0668befdf24f7993320c /perl-install/install_steps_interactive.pm | |
parent | 574a2b4e633e9de62414441e7245f3dce55fb060 (diff) | |
download | drakx-4b9f9119935f1e32812489c19913bd110b185d5e.tar drakx-4b9f9119935f1e32812489c19913bd110b185d5e.tar.gz drakx-4b9f9119935f1e32812489c19913bd110b185d5e.tar.bz2 drakx-4b9f9119935f1e32812489c19913bd110b185d5e.tar.xz drakx-4b9f9119935f1e32812489c19913bd110b185d5e.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 3 |
1 files changed, 2 insertions, 1 deletions
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. |