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
45dbea0d
Commit
45dbea0d
authored
Sep 04, 2012
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix.
parent
7d8aaad2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
utils/clone_image.in
utils/clone_image.in
+3
-1
No files found.
utils/clone_image.in
View file @
45dbea0d
...
...
@@ -217,8 +217,10 @@ my %xmlfields =
"
global
"
=>
(
defined
(
$global
)
?
(
$global
?
1
:
0
)
:
$base_osinfo
->
shared
()),
"
wholedisk
",
=>
(
$isvirtnode
?
1
:
$wholedisk
),
"
reboot_waittime
"
=>
$base_osinfo
->
reboot_waittime
(),
);
$xmlfields
{"
reboot_waittime
"}
=
$base_osinfo
->
reboot_waittime
()
if
(
defined
(
$base_osinfo
->
reboot_waittime
()));
if
(
defined
(
$base_image
))
{
$xmlfields
{"
mbr_version
"}
=
$base_image
->
mbr_version
();
$xmlfields
{"
loadpart
"}
=
(
$isvirtnode
?
1
:
$base_image
->
loadpart
());
...
...
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