diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-09-30 21:10:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-09-30 21:10:54 +0000 |
commit | 70490528ebf1114241b2af3242339c4ef77838b8 (patch) | |
tree | 16529bb38874e12a089a66f1a211a8be23d4f527 /perl-install/install_any.pm | |
parent | 1bfc67eb5efc9c1874a1286d63fbb9a11c955930 (diff) | |
download | drakx-70490528ebf1114241b2af3242339c4ef77838b8.tar drakx-70490528ebf1114241b2af3242339c4ef77838b8.tar.gz drakx-70490528ebf1114241b2af3242339c4ef77838b8.tar.bz2 drakx-70490528ebf1114241b2af3242339c4ef77838b8.tar.xz drakx-70490528ebf1114241b2af3242339c4ef77838b8.zip |
no need to escape " in /xxx \" xxx/
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
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. |