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:
parent
c2605d9caf
commit
193abe24c1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user