From 0783160128ad5ccb5497a06f463f328731eb2d9d Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 1 Dec 2023 21:00:30 -0500 Subject: [PATCH] mkrootfs: base-voidstrap -> base-container-full --- README.md | 2 +- mkrootfs.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 16fe8391b5..44b3f6d298 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Supported architectures: ppc, ppc-musl, ppc64le, ppc64le-musl, ppc64, ppc64-musl OPTIONS - -b Set an alternative base-system package (default: base-voidstrap) + -b Set an alternative base-system package (default: base-container-full) -c Set XBPS cache directory (default: ./xbps-cachedir-) -C Full path to the XBPS configuration file -r Use this XBPS repository. May be specified multiple times diff --git a/mkrootfs.sh b/mkrootfs.sh index b689ba8883..2a60febffe 100755 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -59,7 +59,7 @@ usage() { ppc, ppc-musl, ppc64le, ppc64le-musl, ppc64, ppc64-musl OPTIONS - -b Set an alternative base-system package (default: base-voidstrap) + -b Set an alternative base-system package (default: base-container-full) -c Set XBPS cache directory (default: ./xbps-cachedir-) -C Full path to the XBPS configuration file -r 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.