diff options
author | Francois Pons <fpons@mandriva.com> | 2000-10-04 17:06:54 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-10-04 17:06:54 +0000 |
commit | e03801cf2e0d52fd33506b8453efb191af1f8827 (patch) | |
tree | b140a7e6eecf77aaf4db6e995331867be3069829 | |
parent | 64237cff36b360b8de95b272299e807c230c37de (diff) | |
download | drakx-backup-do-not-use-e03801cf2e0d52fd33506b8453efb191af1f8827.tar drakx-backup-do-not-use-e03801cf2e0d52fd33506b8453efb191af1f8827.tar.gz drakx-backup-do-not-use-e03801cf2e0d52fd33506b8453efb191af1f8827.tar.bz2 drakx-backup-do-not-use-e03801cf2e0d52fd33506b8453efb191af1f8827.tar.xz drakx-backup-do-not-use-e03801cf2e0d52fd33506b8453efb191af1f8827.zip |
*** empty log message ***
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 539309a21..39bd32b98 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1044,7 +1044,7 @@ _("Do you want to generate an auto install floppy for linux replication?"), $flo fs::umount($mountdir); run_program::run("losetup", "-d", "/dev/loop6"); - substInFile { s/timeout.*//; s/^(\s*append\s*=\s*\".*)\"/$1 kickstart=floppy\"/ } "$workdir/silo.conf"; + substInFile { s/timeout.*//; s/^(\s*append\s*=\s*\".*)\"/$1 kickstart=floppy\"/ } "$workdir/silo.conf"; #" for po output "$workdir/ks.cfg", install_any::generate_ks_cfg($o); output "$workdir/boot.msg", "\n7m", "!! If you press enter, an auto-install is going to start. |