@@ -37,7 +37,7 fi | |||
|
37 | 37 | sed -i "s/\/ftp.debian.org\//\/${APT_SERVER}\//" "${ETC_DIR}/apt/sources.list" |
|
38 | 38 | |
|
39 | 39 | #Fix for changing path for security updates in testing/bullseye |
|
40 | if [ "$RELEASE" = "testing" ] ; then | |
|
40 | if [ "$RELEASE" = "testing" ] || [ "$RELEASE" = "bullseye" ]; then | |
|
41 | 41 | sed -i "s,stretch\\/updates,testing-security," "${ETC_DIR}/apt/sources.list" |
|
42 | 42 | sed -i "s/ stretch/ ${RELEASE}/" "${ETC_DIR}/apt/sources.list" |
|
43 | 43 | fi |
@@ -1,5 +1,5 | |||
|
1 | 1 | # |
|
2 | # Build and Setup RPi2/3 Kernel | |
|
2 | # Build and Setup RPi2/3/4 Kernel | |
|
3 | 3 | # |
|
4 | 4 | |
|
5 | 5 | # Load utility functions |
@@ -780,7 +780,7 if [ "$BUILD_KERNEL" = true ] ; then | |||
|
780 | 780 | |
|
781 | 781 | if [ "$ENABLE_UBOOT" = false ] ; then |
|
782 | 782 | # Convert and copy kernel image to the boot directory |
|
783 |
|
|
|
783 | cp "${KERNEL_DIR}/arch/${KERNEL_ARCH}/boot/${KERNEL_BIN_IMAGE}" "${BOOT_DIR}/${KERNEL_IMAGE}" | |
|
784 | 784 | else |
|
785 | 785 | # Copy kernel image to the boot directory |
|
786 | 786 | install_readonly "${KERNEL_DIR}/arch/${KERNEL_ARCH}/boot/${KERNEL_BIN_IMAGE}" "${BOOT_DIR}/${KERNEL_IMAGE}" |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant