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
8c544666
Commit
8c544666
authored
May 06, 2014
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of short-lived hack to use "ada" rather than "da" for FBSD10 VMs.
parent
65de520b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
clientside/tmcc/common/config/rc.mkelab
clientside/tmcc/common/config/rc.mkelab
+0
-5
No files found.
clientside/tmcc/common/config/rc.mkelab
View file @
8c544666
...
@@ -3598,11 +3598,6 @@ sub FindExtraFSConfig($)
...
@@ -3598,11 +3598,6 @@ sub FindExtraFSConfig($)
foreach
my
$disk
(
@disks
)
{
foreach
my
$disk
(
@disks
)
{
my
(
$dev
,
$path
)
=
split
("
:
",
$disk
);
my
(
$dev
,
$path
)
=
split
("
:
",
$disk
);
if
(
defined
(
$path
)
&&
$path
eq
$mountpoint
)
{
if
(
defined
(
$path
)
&&
$path
eq
$mountpoint
)
{
# FreeBSD PVHVMs use "ada" rather than "da"
if
(
$XENVM
&&
$FBSD_VERSION
>=
10.0
&&
$dev
=~
/^da(\d+)$/
)
{
$dev
=
"
ada$1
";
}
return
$dev
;
return
$dev
;
}
}
}
}
...
...
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