Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
e4c22b53
Commit
e4c22b53
authored
Mar 16, 2015
by
Leigh B Stoller
Browse files
Fix -x argument to create-versioned-image (thanks Mike!).
parent
9e88854e
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/xen/create-xen-image
View file @
e4c22b53
#!/usr/bin/perl -w
#
# Copyright (c) 2000-201
4
University of Utah and the Flux Group.
# Copyright (c) 2000-201
5
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -200,7 +200,7 @@ else {
unshift
(
@ARGV
,
"
DISK=
$device
");
unshift
(
@ARGV
,
"
PROXY=
$vnodeid
");
$cmd
=
"
$VIMAGE
-x
@ARGV
";
$cmd
=
"
$VIMAGE
-x
$vnodeid
@ARGV
";
}
else
{
$cmd
=
"
$zipper
"
.
(
$slice
?
"
-s
$slice
"
:
"")
.
"
$device
$filename
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment