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
b161633c
Commit
b161633c
authored
Nov 09, 2010
by
Mike Hibler
Browse files
Add SECUREBOOT.
parent
bfd7e97d
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/libdb.pm.in
View file @
b161633c
...
...
@@ -112,7 +112,8 @@ use vars qw(@ISA @EXPORT);
TBDB_NODEOPMODE_UNKNOWNOS TBDB_NODEOPMODE_RELOADING
TBDB_NODEOPMODE_NORMALv1 TBDB_NODEOPMODE_MINIMAL TBDB_NODEOPMODE_PCVM
TBDB_NODEOPMODE_RELOAD TBDB_NODEOPMODE_RELOADMOTE
TBDB_NODEOPMODE_SECURELOAD TBDB_NODEOPMODE_RELOADPCVM
TBDB_NODEOPMODE_RELOADPCVM
TBDB_NODEOPMODE_SECUREBOOT TBDB_NODEOPMODE_SECURELOAD
TBDB_NODEOPMODE_DELAY
TBDB_NODEOPMODE_BOOTWHAT
TBDB_NODEOPMODE_ANY
...
...
@@ -505,6 +506,7 @@ sub TBDB_NODEOPMODE_NORMALv1 { "NORMALv1"; }
sub
TBDB_NODEOPMODE_MINIMAL
{
"MINIMAL"
;
}
sub
TBDB_NODEOPMODE_PCVM
{
"PCVM"
;
}
sub
TBDB_NODEOPMODE_RELOAD
{
"RELOAD"
;
}
sub
TBDB_NODEOPMODE_SECUREBOOT
{
"SECUREBOOT"
;
}
sub
TBDB_NODEOPMODE_SECURELOAD
{
"SECURELOAD"
;
}
sub
TBDB_NODEOPMODE_RELOADMOTE
{
"RELOAD-MOTE"
;
}
sub
TBDB_NODEOPMODE_RELOADPCVM
{
"RELOAD-PCVM"
;
}
...
...
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