Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
71385a45
Commit
71385a45
authored
Jan 12, 2004
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Turn debug mode back off by default.
parent
aeb80b9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tbsetup/os_select.in
tbsetup/os_select.in
+1
-1
No files found.
tbsetup/os_select.in
View file @
71385a45
...
@@ -49,7 +49,7 @@ my %osidmap = # Map some magic OSIDs to op_modes
...
@@ -49,7 +49,7 @@ my %osidmap = # Map some magic OSIDs to op_modes
(
$MBKERNEL
=>
"
MINIMAL
");
(
$MBKERNEL
=>
"
MINIMAL
");
# Global vars
# Global vars
my
$debug
=
1
;
# debug/verbose
my
$debug
=
0
;
# debug/verbose
my
$oneshot
=
0
;
# apply change to next_boot_osid.
my
$oneshot
=
0
;
# apply change to next_boot_osid.
my
$tempmode
=
0
;
# apply change to temp_boot_osid.
my
$tempmode
=
0
;
# apply change to temp_boot_osid.
my
$clear
=
0
;
# Clear the selected boot (def,temp,next).
my
$clear
=
0
;
# Clear the selected boot (def,temp,next).
...
...
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