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
28917f31
Commit
28917f31
authored
Dec 30, 2017
by
Mike Hibler
Browse files
Minor tweaks.
parent
7b2a2697
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/ports/README-making-packages
View file @
28917f31
...
...
@@ -425,9 +425,10 @@ d. When packages are installed on boss/ops/etc., we need to make sure to use
f. Make sure the package tool is installed. To avoid occasional issues
with certs, I have found the easiest thing to do is:
c
d /share/freebsd/10.3/packages-64
push
d /share/freebsd/10.3/packages-64
pkg add pkg-*
pkg add ca_root*
popd
g. Make sure port options are correctly set:
...
...
@@ -465,7 +466,16 @@ d. When packages are installed on boss/ops/etc., we need to make sure to use
pkg create -a -o $PACKAGES/All/
k. Save packages and update tarball and repo. On boss:
k. Create the alternate ipmitool package. The Moonshot chassis require
an older ipmitool embodied in the emulab-ipmitool-old port. It conflicts
with the regular packages so we have to remove that first.
pkg delete -f ipmitool
cd /usr/ports/misc/emulab-ipmitool-old
make clean all install
make package
l. Save packages and update tarball and repo. On boss:
cd /share/freebsd/10.3
mkdir packages
...
...
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