pf-tools commit: r753 [ccaillet-guest] - /branches/0.33-stable/sbin/mk_pxelinuxcfg

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Tue Jun 8 08:51:18 UTC 2010


Author: ccaillet-guest
Date: Tue Jun  8 08:51:06 2010
New Revision: 753

URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=753
Log:
FIX: typo

Modified:
    branches/0.33-stable/sbin/mk_pxelinuxcfg

Modified: branches/0.33-stable/sbin/mk_pxelinuxcfg
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/sbin/mk_pxelinuxcfg?rev=753&op=diff
==============================================================================
--- branches/0.33-stable/sbin/mk_pxelinuxcfg (original)
+++ branches/0.33-stable/sbin/mk_pxelinuxcfg Tue Jun  8 08:51:06 2010
@@ -204,7 +204,7 @@
 									$temptemplatecontent =~ s/%DEPLOYMODE%/$M->{'deploymode'}/gs ;
 									$temptemplatecontent =~ s/%DISTRIB%/$M->{'distrib'}/gs ;
 									if ( $M->{'deploymode'} =~ /^ubuntu/ ) {
-										$kernel_filename =~ /^vmlinuz-(.+)$/
+										$kernel_filename =~ /^vmlinuz-(.+)$/ ;
 										$temptemplatecontent =~ s/%RUN_INITRD%/initrd=initrd.img-$1/gs ;
 									}
 									my $preseed_file;




More information about the pf-tools-commits mailing list