-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:
jbjohnso 2008-06-11 20:45:06 +00:00
parent 4759770ef7
commit f2b253617b

View File

@ -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;