Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
a2c63d31
Commit
a2c63d31
authored
Jan 30, 2002
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor typo.
parent
da928f5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
tbsetup/os_load.in
tbsetup/os_load.in
+4
-1
No files found.
tbsetup/os_load.in
View file @
a2c63d31
...
...
@@ -266,7 +266,10 @@ foreach my $node (@nodes) {
# part of the slices, should only change the partition table entries
# for the subset of slices that are written to disk.
#
for
(
$i
=
1
;
$i
<=
4
;
$i
++
)
{
my
$startpart
=
$loadpart
==
0
?
1
:
$loadpart
;
my
$endpart
=
$loadpart
+
$loadlen
;
for
(
$i
=
$startpart
;
$i
<
$endpart
;
$i
++
)
{
my
$partname
=
"
part
${i}
_osid
";
if
(
defined
(
$imageid_row
{
$partname
}))
{
...
...
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