Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
0873e3b5
Commit
0873e3b5
authored
Jun 24, 2002
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor typo in os_load that was causing port 4 not to be reset
when loading the default image.
parent
b75ac057
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tbsetup/os_load.in
tbsetup/os_load.in
+1
-1
No files found.
tbsetup/os_load.in
View file @
0873e3b5
...
...
@@ -326,7 +326,7 @@ foreach my $node (@nodes) {
# for the subset of slices that are written to disk.
#
my
$startpart
=
$loadpart
==
0
?
1
:
$loadpart
;
my
$endpart
=
$
load
part
+
$loadlen
;
my
$endpart
=
$
start
part
+
$loadlen
;
for
(
$i
=
$startpart
;
$i
<
$endpart
;
$i
++
)
{
my
$partname
=
"
part
${i}
_osid
";
...
...
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