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
8f598e53
Commit
8f598e53
authored
Jul 31, 2008
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use new packages for 6.3 install
parent
b6dbae92
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
tmcd/common/config/rc.mkelab
tmcd/common/config/rc.mkelab
+13
-2
No files found.
tmcd/common/config/rc.mkelab
View file @
8f598e53
...
...
@@ -319,8 +319,7 @@ sub doboot()
$emulabconfig
{
BOSS_PKG
}
=
"
emulab-boss-2.0
";
}
elsif
(
$FBSD_VERSION
==
6.1
||
$FBSD_VERSION
==
6.2
||
$FBSD_VERSION
==
6.3
)
{
$FBSD_VERSION
==
6.2
)
{
if
(
$ELVIN_COMPAT
)
{
$emulabconfig
{
FS_PKG_DIR
}
=
"
/share/freebsd/6.1/packages.elvincompat
";
}
else
{
...
...
@@ -332,6 +331,18 @@ sub doboot()
$emulabconfig
{
OPS_PKG
}
=
"
emulab-ops-2.0
";
$emulabconfig
{
BOSS_PKG
}
=
"
emulab-boss-2.0
";
}
elsif
(
$FBSD_VERSION
==
6.3
)
{
if
(
$ELVIN_COMPAT
)
{
$emulabconfig
{
FS_PKG_DIR
}
=
"
/share/freebsd/6.3/packages.elvincompat
";
}
else
{
$emulabconfig
{
FS_PKG_DIR
}
=
"
/share/freebsd/6.3/packages
";
}
$emulabconfig
{
OPS_PKG_DIR
}
=
$emulabconfig
{
FS_PKG_DIR
};
$emulabconfig
{
BOSS_PKG_DIR
}
=
$emulabconfig
{
FS_PKG_DIR
};
$emulabconfig
{
FS_PKG
}
=
"
emulab-fs-2.1
";
$emulabconfig
{
OPS_PKG
}
=
"
emulab-ops-2.1
";
$emulabconfig
{
BOSS_PKG
}
=
"
emulab-boss-2.1
";
}
# Figure out where /share is coming from (outer fs node). We need
# that below.
...
...
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