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
011003f4
Commit
011003f4
authored
May 17, 2005
by
Leigh B. Stoller
Browse files
Add a debugging printf.
parent
bb089c4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/create_image.in
View file @
011003f4
...
...
@@ -2,7 +2,7 @@
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# Copyright (c) 2000-200
5
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -391,6 +391,8 @@ while ($tries) {
system
("
$osselect
-t
$ADMINOSID
$node
")
and
fatal
("
*** Failed to set temp boot to
$ADMINOSID
for
$node
!
");
print
"
Setting startupcmd to '
${command}
'
\n
";
if
(
!
DBQueryWarn
("
update nodes set
"
.
"
startupcmd='
$command
', startstatus='none'
"
.
"
where node_id='
$node
'
"))
{
...
...
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