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-stable
Commits
411d6551
Commit
411d6551
authored
May 18, 2018
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use FreeBSD 10 versions of MFSes for newer installs.
parent
33e56382
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
clientside/tmcc/common/config/rc.mkelab
clientside/tmcc/common/config/rc.mkelab
+7
-0
No files found.
clientside/tmcc/common/config/rc.mkelab
View file @
411d6551
...
...
@@ -380,6 +380,13 @@ sub doboot()
$emulabconfig
{"
CONFIG_NFSRACY
"}
=
0
;
}
#
# Use the 10.x based MFSes for newer installs
#
if
(
$FBSD_VERSION
>=
10.3
)
{
$emulabconfig
{"
MFSVERSION
"}
=
"
10-64
";
}
# Determine if a XEN VM.
if
(
system
("
sysctl -n kern.vm_guest >/dev/null 2>&1
")
==
0
)
{
my
$vm_guest
=
`
sysctl -n kern.vm_guest
`;
...
...
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