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
60697ad7
Commit
60697ad7
authored
Nov 20, 2007
by
Russ Fish
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better comment.
parent
e06b7895
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backend/newimageid_ez.in
backend/newimageid_ez.in
+1
-1
No files found.
backend/newimageid_ez.in
View file @
60697ad7
...
@@ -416,7 +416,7 @@ if ($loadpart < 1 || $loadpart > 4) {
...
@@ -416,7 +416,7 @@ if ($loadpart < 1 || $loadpart > 4) {
UserError
("
DOS Partion: Out of range.
");
UserError
("
DOS Partion: Out of range.
");
}
}
#
Can't have both a load partition other than 1 specified, and wholedisk checked
.
#
When wholedisk is checked, can't specify a load partition other than 1
.
if
(
$loadpart
!=
1
&&
$newimageid_args
{"
wholedisk
"})
{
if
(
$loadpart
!=
1
&&
$newimageid_args
{"
wholedisk
"})
{
UserError
("
Whole disk: Only allowed with a DOS starting partition of 1.
");
UserError
("
Whole disk: Only allowed with a DOS starting partition of 1.
");
}
}
...
...
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