Skip to content

Commit

Permalink
mkrootfs: base-voidstrap -> base-container-full
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Dec 2, 2023
1 parent abbd636 commit 0783160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mkrootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ usage() {
ppc, ppc-musl, ppc64le, ppc64le-musl, ppc64, ppc64-musl
OPTIONS
-b <system-pkg> Set an alternative base-system package (default: base-voidstrap)
-b <system-pkg> Set an alternative base-system package (default: base-container-full)
-c <cachedir> Set XBPS cache directory (default: ./xbps-cachedir-<arch>)
-C <file> Full path to the XBPS configuration file
-r <repo> Use this XBPS repository. May be specified multiple times
Expand All @@ -75,7 +75,7 @@ usage() {
# ########################################

# Set the default system package.
SYSPKG="base-voidstrap"
SYSPKG="base-container-full"

# Boilerplate option parsing. This script supports the bare minimum
# needed to build an image.
Expand Down

0 comments on commit 0783160

Please sign in to comment.