@@ -564,7 +564,7 if [ "$BUILD_KERNEL" = true ] ; then | |||||
564 | fi |
|
564 | fi | |
565 |
|
565 | |||
566 | else # BUILD_KERNEL=false |
|
566 | else # BUILD_KERNEL=false | |
567 | if [ "$SET_ARCH" = 64 ] |
|
567 | if [ "$SET_ARCH" = 64 ] ; then | |
568 | if [ "$RPI_MODEL" = 3 ] || [ "$RPI_MODEL" = 3P ] ; then |
|
568 | if [ "$RPI_MODEL" = 3 ] || [ "$RPI_MODEL" = 3P ] ; then | |
569 | # Use Sakakis modified kernel if ZSWAP is active |
|
569 | # Use Sakakis modified kernel if ZSWAP is active | |
570 | if [ "$KERNEL_ZSWAP" = true ] || [ "$KERNEL_VIRT" = true ] || [ "$KERNEL_NF" = true ] || [ "$KERNEL_BPF" = true ] ; then |
|
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 |
|
1 | deb http://ftp.debian.org/debian bullseye main contrib | |
2 |
#deb-src http://ftp.debian.org/debian |
|
2 | #deb-src http://ftp.debian.org/debian bullseye main contrib No newline at end of file | |
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 |
|
@@ -43,7 +43,7 set -x | |||||
43 | RPI_MODEL=${RPI_MODEL:=2} |
|
43 | RPI_MODEL=${RPI_MODEL:=2} | |
44 |
|
44 | |||
45 | # Debian release |
|
45 | # Debian release | |
46 |
RELEASE=${RELEASE:=bu |
|
46 | RELEASE=${RELEASE:=bullseye} | |
47 |
|
47 | |||
48 | # Kernel Branch |
|
48 | # Kernel Branch | |
49 | KERNEL_BRANCH=${KERNEL_BRANCH:=""} |
|
49 | KERNEL_BRANCH=${KERNEL_BRANCH:=""} |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant