From f2b253617bb5569d1631105d1f067c7d9d22f54b Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 11 Jun 2008 20:45:06 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/sles.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/sles.pm b/xCAT-server/lib/xcat/plugins/sles.pm index 9df13a41d..69f952446 100644 --- a/xCAT-server/lib/xcat/plugins/sles.pm +++ b/xCAT-server/lib/xcat/plugins/sles.pm @@ -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;