Skip to content
GitLab
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
e2c09d94
Commit
e2c09d94
authored
Dec 02, 2014
by
Leigh B Stoller
Browse files
Minor tweak to previous revision.
parent
cfbdbd86
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/runsonxen.in
View file @
e2c09d94
...
...
@@ -145,9 +145,12 @@ if ($clear) {
#
# Find the "default" parent image and the list of others parents.
#
my
$parent_image
=
Image
->
Lookup
ByName
(
$parent
);
my
$parent_image
=
Image
->
Lookup
(
$parent
);
if
(
!
defined
(
$parent_image
))
{
fatal
("
No such parent
$parent
");
$parent_image
=
Image
->
LookupByName
(
$parent
);
if
(
!
defined
(
$parent_image
))
{
fatal
("
No such parent
$parent
");
}
}
my
$parent_osinfo
=
OSinfo
->
Lookup
(
$parent_image
->
imageid
());
if
(
!
defined
(
$parent_osinfo
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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