|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH V4 05/12] ts-redhat-install: use $flight, $job and $gn when creating iso
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
---
ts-redhat-install | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ts-redhat-install b/ts-redhat-install
index 4cff729..fb60caf 100755
--- a/ts-redhat-install
+++ b/ts-redhat-install
@@ -109,7 +109,7 @@ ENDKEYS
END
}
-our $emptyiso= '/root/empty.iso';
+our $emptyiso= '/root/$flight.$job.$gn-empty.iso';
sub prep () {
target_install_packages_norec($ho, qw(lvm2 rsync));
@@ -120,8 +120,8 @@ sub prep () {
$disk_mb + 1,
100);
- my $newiso= '/root/newiso';
- my $emptydir= '/root/empty-dir';
+ my $newiso= '/root/$flight.$job.$gn-newiso';
+ my $emptydir= '/root/$flight.$job.$gn-empty-dir';
my @isogen_base= qw(-as mkisofs -R -J);
my @isogen_boot= qw(-b isolinux/isolinux.bin
--
1.7.10.4
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |