mkrootfs: base-voidstrap -> base-container-full

This commit is contained in:
classabbyamp 2023-12-01 21:00:30 -05:00
parent abbd6365b4
commit 0783160128
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
2 changed files with 3 additions and 3 deletions

2
README.md generated
View File

@ -161,7 +161,7 @@ Supported architectures:
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

View File

@ -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
@ -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.