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
1ddf1e89
Commit
1ddf1e89
authored
Jun 28, 2013
by
Leigh B Stoller
Browse files
Pass noexport flag from parent to child image.
parent
55b8ad74
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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