@@ -16,7 +16,7 install_readonly files/apt/sources.list "${ETC_DIR}/apt/sources.list" | |||
|
16 | 16 | |
|
17 | 17 | # Use specified APT server and release |
|
18 | 18 | sed -i "s/\/ftp.debian.org\//\/${APT_SERVER}\//" "${ETC_DIR}/apt/sources.list" |
|
19 |
if |
|
|
19 | if [ "$RELEASE" = "testing" ] ; then | |
|
20 | 20 | sed -i "s,stretch\\/updates,testing-security," "${ETC_DIR}/apt/sources.list" |
|
21 | 21 | else |
|
22 | 22 | sed -i "s/ stretch/ ${RELEASE}/" "${ETC_DIR}/apt/sources.list" |
@@ -44,6 +44,9 RPI_MODEL=${RPI_MODEL:=2} | |||
|
44 | 44 | |
|
45 | 45 | # Debian release |
|
46 | 46 | RELEASE=${RELEASE:=buster} |
|
47 | if [ $RELEASE = bullseye] ; then | |
|
48 | RELEASE=testing | |
|
49 | fi | |
|
47 | 50 | |
|
48 | 51 | # Kernel Branch |
|
49 | 52 | KERNEL_BRANCH=${KERNEL_BRANCH:=""} |
@@ -52,7 +55,6 KERNEL_BRANCH=${KERNEL_BRANCH:=""} | |||
|
52 | 55 | KERNEL_URL=${KERNEL_URL:=https://github.com/raspberrypi/linux} |
|
53 | 56 | FIRMWARE_URL=${FIRMWARE_URL:=https://github.com/raspberrypi/firmware/raw/master/boot} |
|
54 | 57 | WLAN_FIRMWARE_URL=${WLAN_FIRMWARE_URL:=https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm} |
|
55 | COLLABORA_URL=${COLLABORA_URL:=https://repositories.collabora.co.uk/debian} | |
|
56 | 58 | FBTURBO_URL=${FBTURBO_URL:=https://github.com/ssvb/xf86-video-fbturbo.git} |
|
57 | 59 | UBOOT_URL=${UBOOT_URL:=https://git.denx.de/u-boot.git} |
|
58 | 60 | VIDEOCORE_URL=${VIDEOCORE_URL:=https://github.com/raspberrypi/userland} |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant