Filter out the package group(start with @) in pkglist.cfm file
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15002 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -642,7 +642,7 @@ sub getPreOSpkgsList { | ||||
|         while (<$pkglistfp>) | ||||
|         { | ||||
|             my $line = xCAT::CFMUtils->trim($_); | ||||
|             if (($line =~ /^#/) || ($line =~ /^\s*$/ )) | ||||
|             if (($line =~ /^#/) || ($line =~ /^\s*$/ ) || ($line =~ /^@/)) | ||||
|             { #comment line or blank line | ||||
|                 next; | ||||
|             } else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user