-Fix destination to follow xCAT 2.0 location
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1629 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
4759770ef7
commit
f2b253617b
@ -645,7 +645,7 @@ sub copycd
|
||||
close($kid);
|
||||
$rc = $?;
|
||||
} else {
|
||||
my $c = "nice -n 20 cpio -vdump $installroot/$distname/$arch";
|
||||
my $c = "nice -n 20 cpio -vdump $installroot/$distname/$arch/$discnumber";
|
||||
my $k2 = open(PIPE, "$c 2>&1 |") ||
|
||||
$callback->({error => "Media copy operation fork failure"});
|
||||
push @cpiopid, $k2;
|
||||
|
Loading…
Reference in New Issue
Block a user