From 6d834be1bf03f028538253e884c7d8022980e4eb Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 6 Sep 2023 15:39:55 -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 ac2f9db7..6d65d5c1 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -537,17 +537,13 @@ case $IMAGEFORMAT in ;; *) case $PROJECT in - ubuntu-server) - ;; - ubuntu-wsl) + ubuntu-server|ubuntu-wsl|ubuntu-oem) ;; ubuntu|ubuntu-budgie) if [ "$SUBPROJECT" = "legacy" ]; then add_package live casper fi ;; - ubuntu-oem) - ;; *) add_package live casper ;;