Skip to content

Commit

Permalink
Add config examples for setting up pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
brd committed Dec 7, 2018
1 parent 1894b0d commit f102d4e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config.sh.sample
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,15 @@
#
#option SwapFile <size> [deferred] [file=/swapfile0]

# Install packages from a repo
# First setup the repo with:
#
#option PackageInit http://pkg.example.com/armv7-svn/
#
# List one or many packages to be installed:
#
#option Package sudo nginx tmux

# Uses "portsnap" to download an up-to-date ports tree and
# install it on the image.
#
Expand Down

0 comments on commit f102d4e

Please sign in to comment.