summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-09-30 21:10:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-09-30 21:10:54 +0000
commit70490528ebf1114241b2af3242339c4ef77838b8 (patch)
tree16529bb38874e12a089a66f1a211a8be23d4f527 /perl-install/install_any.pm
parent1bfc67eb5efc9c1874a1286d63fbb9a11c955930 (diff)
downloaddrakx-backup-do-not-use-70490528ebf1114241b2af3242339c4ef77838b8.tar
drakx-backup-do-not-use-70490528ebf1114241b2af3242339c4ef77838b8.tar.gz
drakx-backup-do-not-use-70490528ebf1114241b2af3242339c4ef77838b8.tar.bz2
drakx-backup-do-not-use-70490528ebf1114241b2af3242339c4ef77838b8.tar.xz
drakx-backup-do-not-use-70490528ebf1114241b2af3242339c4ef77838b8.zip
no need to escape " in /xxx \" xxx/
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index e646d3930..f9b2acded 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -728,7 +728,7 @@ sub getAndSaveAutoInstallFloppy {
fs::umount($mountdir);
run_program::run("losetup", "-d", "/dev/loop6");
- substInFile { s/timeout.*//; s/^(\s*append\s*=\s*\".*)\"/$1 kickstart=floppy"/ } "$workdir/silo.conf"; #" for po
+ substInFile { s/timeout.*//; s/^(\s*append\s*=\s*".*)"/$1 kickstart=floppy"/ } "$workdir/silo.conf"; #" for po
#-TODO output "$workdir/ks.cfg", generate_ks_cfg($o);
output "$workdir/boot.msg", "\n7m",
"!! If you press enter, an auto-install is going to start.