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
5d0aa723
Commit
5d0aa723
authored
Sep 27, 2012
by
Leigh B Stoller
Browse files
Add the os_submap entry.
parent
5ab618bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/openvz
View file @
5d0aa723
...
...
@@ -88,6 +88,8 @@ sub Install($$$)
or PhaseFail("Could not set the nextosid for OPENVZ-STD");
$osinfo->SetParentOS($nextosinfo) == 0
or PhaseFail("Could not set the parent osid for OPENVZ-STD");
$osinfo->SetRunsOnParent($nextosinfo) == 0
or PhaseFail("Could not add os_submap entry for OPENVZ-STD");
};
PhaseSucceed("done")
...
...
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