From e501d7ab4c60a3ca8cdad36e54f9cccfbc95317c Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 6 Sep 2023 14:56:54 -0700 Subject: [PATCH] More consolidation of duplicate configs --- live-build/auto/config | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/live-build/auto/config b/live-build/auto/config index 0c3eacf3..63389f23 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -976,11 +976,7 @@ case $PROJECT in esac ;; - ubuntu-base) - OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal" - ;; - - ubuntu-oci) + ubuntu-base|ubuntu-oci) OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal" ;;