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
0ec09ba9
Commit
0ec09ba9
authored
Jul 06, 2017
by
Leigh B Stoller
Browse files
Fix a couple of variable spelling mistakes
parent
05b7b65b
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/xen
View file @
0ec09ba9
...
@@ -61,7 +61,7 @@ sub Install($$$)
...
@@ -61,7 +61,7 @@ sub Install($$$)
my $nextosinfo = OSinfo->LookupByName($images[0]);
my $nextosinfo = OSinfo->LookupByName($images[0]);
PhaseFail("Could not look up " . $images[0] . " osid")
PhaseFail("Could not look up " . $images[0] . " osid")
if (!defined($
paren
tosinfo));
if (!defined($
nex
tosinfo));
my $diskload_osinfo = OSinfo->LookupByName("FRISBEE-MFS-PCVM");
my $diskload_osinfo = OSinfo->LookupByName("FRISBEE-MFS-PCVM");
PhaseFail("Could not look up FRISBEE-MFS-PCVM osid")
PhaseFail("Could not look up FRISBEE-MFS-PCVM osid")
...
@@ -106,7 +106,7 @@ sub Install($$$)
...
@@ -106,7 +106,7 @@ sub Install($$$)
# This must be first.
# This must be first.
$osinfo->SetParentOS($parentosinfo) == 0
$osinfo->SetParentOS($parentosinfo) == 0
or PhaseFail("Could not set $imagename parent os");
or PhaseFail("Could not set $imagename parent os");
$osinfo->SetRunsOnParent($parentsinfo) == 0
$osinfo->SetRunsOnParent($parent
o
sinfo) == 0
or PhaseFail("Could not set $imagename to run on parent");
or PhaseFail("Could not set $imagename to run on parent");
};
};
}
}
...
...
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