diff --git a/debian/changelog b/debian/changelog index dc2d39bd..93e2b1a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.693) groovy; urgency=medium + + * Build classic raspi server images by default from the 'classic' branch now. + + -- Ɓukasz 'sil2100' Zemczak Mon, 19 Oct 2020 12:58:15 +0200 + livecd-rootfs (2.692) groovy; urgency=medium * Create a 1GB swapfile for the raspi desktop images. 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