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
96afa61c
Commit
96afa61c
authored
Sep 28, 2004
by
Mike Hibler
Browse files
print out command line if given for a partition boot
parent
3b61176b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pxe/bootinfoclient.c
View file @
96afa61c
...
@@ -153,7 +153,10 @@ main(int argc, char **argv)
...
@@ -153,7 +153,10 @@ main(int argc, char **argv)
switch
(
boot_whatp
->
type
)
{
switch
(
boot_whatp
->
type
)
{
case
BIBOOTWHAT_TYPE_PART
:
case
BIBOOTWHAT_TYPE_PART
:
printf
(
"partition:%d
\n
"
,
boot_whatp
->
what
.
partition
);
printf
(
"partition:%d"
,
boot_whatp
->
what
.
partition
);
if
(
boot_whatp
->
cmdline
[
0
])
printf
(
" %s"
,
boot_whatp
->
cmdline
);
printf
(
"
\n
"
);
goto
done
;
goto
done
;
break
;
break
;
case
BIBOOTWHAT_TYPE_WAIT
:
case
BIBOOTWHAT_TYPE_WAIT
:
...
...
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