Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
1ddf1e89
Commit
1ddf1e89
authored
Jun 28, 2013
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass noexport flag from parent to child image.
parent
55b8ad74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
utils/clone_image.in
utils/clone_image.in
+1
-0
No files found.
utils/clone_image.in
View file @
1ddf1e89
...
...
@@ -250,6 +250,7 @@ $xmlfields{"osfeatures"} = $base_osinfo->osfeatures()
if
(
defined
(
$base_image
))
{
$xmlfields
{"
mbr_version
"}
=
$base_image
->
mbr_version
();
$xmlfields
{"
loadpart
"}
=
$base_image
->
loadpart
();
$xmlfields
{"
noexport
"}
=
$base_image
->
noexport
();
$xmlfields
{"
global
"}
=
(
defined
(
$global
)
?
(
$global
?
1
:
0
)
:
$base_image
->
global
());
...
...
Write
Preview
Markdown
is supported
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