mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-25 09:51:23 +00:00
Build classic raspi server images by default from the 'classic' branch now.
This commit is contained in:
parent
fdef469af0
commit
5a7b332745
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user