##// END OF EJS Templates
eye
a <a> -
r625:30ea48ef3aed
parent child
Show More
@@ -564,7 +564,7 if [ "$BUILD_KERNEL" = true ] ; then
564 564 fi
565 565
566 566 else # BUILD_KERNEL=false
567 if [ "$SET_ARCH" = 64 ]
567 if [ "$SET_ARCH" = 64 ] ; then
568 568 if [ "$RPI_MODEL" = 3 ] || [ "$RPI_MODEL" = 3P ] ; then
569 569 # Use Sakakis modified kernel if ZSWAP is active
570 570 if [ "$KERNEL_ZSWAP" = true ] || [ "$KERNEL_VIRT" = true ] || [ "$KERNEL_NF" = true ] || [ "$KERNEL_BPF" = true ] ; then
@@ -1,8 +1,2
1 deb http://ftp.debian.org/debian stretch main contrib
2 #deb-src http://ftp.debian.org/debian stretch main contrib
3
4 deb http://ftp.debian.org/debian/ stretch-updates main contrib
5 #deb-src http://ftp.debian.org/debian/ stretch-updates main contrib
6
7 deb http://security.debian.org/ stretch/updates main contrib
8 #deb-src http://security.debian.org/ stretch/updates main contrib
1 deb http://ftp.debian.org/debian bullseye main contrib
2 #deb-src http://ftp.debian.org/debian bullseye main contrib No newline at end of file
@@ -43,7 +43,7 set -x
43 43 RPI_MODEL=${RPI_MODEL:=2}
44 44
45 45 # Debian release
46 RELEASE=${RELEASE:=buster}
46 RELEASE=${RELEASE:=bullseye}
47 47
48 48 # Kernel Branch
49 49 KERNEL_BRANCH=${KERNEL_BRANCH:=""}
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant