Imported 2.693

No reason for CPC update specified.
impish
CloudBuilder 4 years ago
parent 41c8b13efb
commit 544aec435b

6
debian/changelog vendored

@ -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 <lukasz.zemczak@ubuntu.com> Mon, 19 Oct 2020 12:58:15 +0200
livecd-rootfs (2.692) groovy; urgency=medium livecd-rootfs (2.692) groovy; urgency=medium
* Create a 1GB swapfile for the raspi desktop images. * Create a 1GB swapfile for the raspi desktop images.

@ -434,17 +434,13 @@ case $IMAGEFORMAT in
# classic images # classic images
# Certain models have different names but are built from the same source gadget tree # Certain models have different names but are built from the same source gadget tree
BRANCH=18
case $MODEL in case $MODEL in
pi-arm64|pi3-arm64) pi-arm64|pi3-arm64)
MODEL=pi MODEL=pi
BRANCH=18-arm64
;;
pi)
BRANCH=18-armhf
;; ;;
esac esac
BRANCH="classic"
if [ "$SUBPROJECT" = "desktop-preinstalled" ]; then if [ "$SUBPROJECT" = "desktop-preinstalled" ]; then
BRANCH="desktop" BRANCH="desktop"
fi fi

Loading…
Cancel
Save