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
3add3502
Commit
3add3502
authored
Jun 02, 2014
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Yet another fix for FBSD 10.0.
parent
8de31238
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
clientside/tmcc/freebsd/mkextrafs.pl
clientside/tmcc/freebsd/mkextrafs.pl
+5
-0
No files found.
clientside/tmcc/freebsd/mkextrafs.pl
View file @
3add3502
...
...
@@ -341,6 +341,11 @@ if ($usegeom && $slice != 0) {
$oarg
=
"
-b
$soffset
";
}
}
# XXX it appears that in FBSD 10, even if the type is 0,
# we still need to force the location.
elsif
(
$FBSDVERS
>=
10
&&
$soffset
>=
0
)
{
$oarg
=
"
-b
$soffset
";
}
mysystem
("
gpart add -i
$slice
-t freebsd
$oarg
$disk
");
$stype
=
165
;
}
...
...
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