Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
a05f6b11
Commit
a05f6b11
authored
Feb 22, 2006
by
Leigh B. Stoller
Browse files
Add temp paths for 6.0 packages.
parent
798c7580
Changes
1
Show whitespace changes
Inline
Side-by-side
tmcd/common/config/rc.mkelab
View file @
a05f6b11
...
...
@@ -254,6 +254,14 @@ sub doboot()
$emulabconfig
{
OPS_PKG
}
=
"
emulab-ops-2.0
";
$emulabconfig
{
BOSS_PKG
}
=
"
emulab-boss-2.0
";
}
elsif
(
$FBSD_VERSION
==
6
)
{
$emulabconfig
{
FS_PKG_DIR
}
=
"
/share/freebsd/6.0/packages
";
$emulabconfig
{
OPS_PKG_DIR
}
=
"
/share/freebsd/6.0/packages
";
$emulabconfig
{
BOSS_PKG_DIR
}
=
"
/share/freebsd/6.0/packages
";
$emulabconfig
{
FS_PKG
}
=
"
emulab-fs-2.0
";
$emulabconfig
{
OPS_PKG
}
=
"
emulab-ops-2.0
";
$emulabconfig
{
BOSS_PKG
}
=
"
emulab-boss-2.0
";
}
if
(
$emulabconfig
{"
ROLE
"}
eq
"
fs
")
{
SetupFsNode
();
...
...
@@ -287,12 +295,6 @@ sub SetupFsNode()
if
(
$os
ne
"
FreeBSD
")
{
SetupFatal
("
FS node must run FreeBSD
\n
");
}
# XXXX brutal!
if
(
$FBSD_VERSION
==
5
)
{
$emulabconfig
{
FS_PKG_DIR
}
=
"
/share/freebsd/packages/FreeBSD-5.4-20050508
";
(
$emulabconfig
{
FS_PKG
}
=
$emulabconfig
{
OPS_PKG
})
=~
s/ops/fs/
;
}
#
# Create a ${TBDIR} from the extra slice and put everything there.
...
...
Write
Preview
Supports
Markdown
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