More consolidation of duplicate configs

This commit is contained in:
Steve Langasek 2023-09-06 15:39:55 -07:00
parent 86917060b8
commit 6d834be1bf

View File

@ -537,17 +537,13 @@ case $IMAGEFORMAT in
;; ;;
*) *)
case $PROJECT in case $PROJECT in
ubuntu-server) ubuntu-server|ubuntu-wsl|ubuntu-oem)
;;
ubuntu-wsl)
;; ;;
ubuntu|ubuntu-budgie) ubuntu|ubuntu-budgie)
if [ "$SUBPROJECT" = "legacy" ]; then if [ "$SUBPROJECT" = "legacy" ]; then
add_package live casper add_package live casper
fi fi
;; ;;
ubuntu-oem)
;;
*) *)
add_package live casper add_package live casper
;; ;;