Skip to content

Commit 0783160

Browse files
committed
mkrootfs: base-voidstrap -> base-container-full
1 parent abbd636 commit 0783160

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mkrootfs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ usage() {
5959
ppc, ppc-musl, ppc64le, ppc64le-musl, ppc64, ppc64-musl
6060
6161
OPTIONS
62-
-b <system-pkg> Set an alternative base-system package (default: base-voidstrap)
62+
-b <system-pkg> Set an alternative base-system package (default: base-container-full)
6363
-c <cachedir> Set XBPS cache directory (default: ./xbps-cachedir-<arch>)
6464
-C <file> Full path to the XBPS configuration file
6565
-r <repo> Use this XBPS repository. May be specified multiple times
@@ -75,7 +75,7 @@ usage() {
7575
# ########################################
7676

7777
# Set the default system package.
78-
SYSPKG="base-voidstrap"
78+
SYSPKG="base-container-full"
7979

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

0 commit comments

Comments
 (0)