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
44fa468e
Commit
44fa468e
authored
Mar 08, 2003
by
Robert Ricci
Browse files
Track the version of the emulab-boss port, and add a mount of ops's
/share
parent
7c28e7ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/boss-install.in
View file @
44fa468e
...
@@ -184,7 +184,7 @@ Phase "ports", "Installing ports", sub {
...
@@ -184,7 +184,7 @@ Phase "ports", "Installing ports", sub {
ExecQuietFatal
("
$SH
$SRCDIR
/ports/ports-install
");
ExecQuietFatal
("
$SH
$SRCDIR
/ports/ports-install
");
};
};
Phase
"
pinstall
",
"
Checking for port installation
",
sub
{
Phase
"
pinstall
",
"
Checking for port installation
",
sub
{
if
(
!
ExecQuiet
("
$PKG_INFO
-e emulab-boss-1.
0
"))
{
if
(
!
ExecQuiet
("
$PKG_INFO
-e emulab-boss-1.
1
"))
{
PhaseSkip
("
Ports already installed
");
PhaseSkip
("
Ports already installed
");
}
}
PhaseFail
("
Please install ports manually, since some
\n
of them are
"
.
PhaseFail
("
Please install ports manually, since some
\n
of them are
"
.
...
@@ -318,6 +318,7 @@ Phase "mounts", "Setting up mounts of fs and ops", sub {
...
@@ -318,6 +318,7 @@ Phase "mounts", "Setting up mounts of fs and ops", sub {
"
$FSNODE
:/users
\t\t
/users
\t
nfs
\t
rw
\t
0
\t
0
",
"
$FSNODE
:/users
\t\t
/users
\t
nfs
\t
rw
\t
0
\t
0
",
"
$FSNODE
:/proj
\t\t
/proj
\t
nfs
\t
rw
\t
0
\t
0
",
"
$FSNODE
:/proj
\t\t
/proj
\t
nfs
\t
rw
\t
0
\t
0
",
"
$FSNODE
:/groups
\t\t
/groups
\t
nfs
\t
rw
\t
0
\t
0
",
"
$FSNODE
:/groups
\t\t
/groups
\t
nfs
\t
rw
\t
0
\t
0
",
"
$FSNODE
:/share
\t\t
/share
\t
nfs
\t
rw
\t
0
\t
0
",
"
$USERNODE
:/var
\t\t
$USERSVAR_DIR
\t
nfs
\t
ro,soft,-b
\t
0
\t
0
");
"
$USERNODE
:/var
\t\t
$USERSVAR_DIR
\t
nfs
\t
ro,soft,-b
\t
0
\t
0
");
# XXX - Do we want to do a 'mount -a' at this point?
# XXX - Do we want to do a 'mount -a' at this point?
};
};
...
...
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