Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
44fa468e
Commit
44fa468e
authored
Mar 08, 2003
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
install/boss-install.in
install/boss-install.in
+2
-1
No files found.
install/boss-install.in
View file @
44fa468e
...
...
@@ -184,7 +184,7 @@ Phase "ports", "Installing ports", sub {
ExecQuietFatal
("
$SH
$SRCDIR
/ports/ports-install
");
};
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
");
}
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 {
"
$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
:/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
");
# XXX - Do we want to do a 'mount -a' at this point?
};
...
...
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