]> git.ipfire.org Git - people/ms/bricklayer.git/commitdiff
master: Fix "--without-recommended" switch for base system
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 Nov 2022 11:50:23 +0000 (11:50 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 Nov 2022 11:50:23 +0000 (11:50 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/bricklayer-master

index 5ffd3cef29cdcf94335bab97fd6bdeef5f9f0cf4..a7aa912356d7d18dc8f2f1856bd7aa8b6eeca6fa 100644 (file)
@@ -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