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
8ac35390
Commit
8ac35390
authored
Dec 12, 2012
by
Leigh B Stoller
Browse files
Add symlink to ports tree, which we put in /usr/testbed cause
/usr is kinda small as it is.
parent
0266f852
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/ops/genirack
View file @
8ac35390
...
@@ -148,6 +148,9 @@ sub Install($$$)
...
@@ -148,6 +148,9 @@ sub Install($$$)
DoneIfExists("$PREFIX/ports/Mk");
DoneIfExists("$PREFIX/ports/Mk");
ExecQuietFatal("cd $PREFIX; $TAR zxf $PREFIX/ports.tar.gz");
ExecQuietFatal("cd $PREFIX; $TAR zxf $PREFIX/ports.tar.gz");
};
};
Phase "portlink", "Linking to unpacked ports tree", sub {
ExecQuietFatal("cd /usr; ln -sf testbed/ports .");
}
Phase "rcconf", "Updating rcconf for actual boot", sub {
Phase "rcconf", "Updating rcconf for actual boot", sub {
my @strings = ();
my @strings = ();
...
...
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