From 5a7b3327453f452d5a91584bff75b8e2608d30c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 19 Oct 2020 12:58:08 +0200 Subject: [PATCH] Build classic raspi server images by default from the 'classic' branch now. --- 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 308bfd10..22278d55 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -434,17 +434,13 @@ case $IMAGEFORMAT in # classic images # Certain models have different names but are built from the same source gadget tree - BRANCH=18 case $MODEL in pi-arm64|pi3-arm64) MODEL=pi - BRANCH=18-arm64 - ;; - pi) - BRANCH=18-armhf ;; esac + BRANCH="classic" if [ "$SUBPROJECT" = "desktop-preinstalled" ]; then BRANCH="desktop" fi