From e1e7788cef9df92fd92788f4ef7806685d39eb86 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 5 Mar 2004 09:41:37 +0000 Subject: replacing automatic=method:disk with $param instead of adding $param (since $param already contains automatic=met:disk) --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 3f99c2f82..70675e4b7 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -795,7 +795,7 @@ sub getAndSaveAutoInstallFloppies { # hd_grub boot disk is different than others substInFile { s/^(\s*timeout.*)/timeout 1/; - s/(\s*automatic=method:disk)/$1 $param/ + s/\bautomatic=method:disk/$param/; } "$mountdir/menu.lst"; } elsif (-e "$mountdir/syslinux.cfg") { substInFile { -- cgit v1.2.1