bug fix for packimage

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5820 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2010-04-19 19:17:35 +00:00
parent c2605d9caf
commit 193abe24c1

View File

@ -273,7 +273,7 @@ sub process_request {
if ($includestr) {
system("$includestr >> /tmp/xcat_packimg.txt");
}
$excludestr =~ "cat /tmp/xcat_packimg.txt|cpio -dump $temppath";
$excludestr = "cat /tmp/xcat_packimg.txt|cpio -dump $temppath";
} elsif ($method =~ /nfs/) {
$excludestr = "touch ../rootimg.nfs";
} else {