From: Michael Tremer Date: Sat, 19 Nov 2022 11:50:23 +0000 (+0000) Subject: master: Fix "--without-recommended" switch for base system X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d9e67e2ec58d606d59e919569c23947422ba581;p=people%2Fms%2Fbricklayer.git master: Fix "--without-recommended" switch for base system Signed-off-by: Michael Tremer --- diff --git a/src/bricklayer-master b/src/bricklayer-master index 5ffd3ce..a7aa912 100644 --- a/src/bricklayer-master +++ b/src/bricklayer-master @@ -103,7 +103,7 @@ make_live_system_image() { # Install a very basic system if ! pakfire --arch="${arch}" --config="${PAKFIRE_CONFIG}" --root="${tempdir}" -y \ - install --without-recommends "${PACKAGES[@]}" "$@"; then + install --without-recommended "${PACKAGES[@]}" "$@"; then echo "Could not install live system" >&2 rm -rf "${tempdir}" return 1