diff --git a/config/raspberry/default b/config/raspberry/default index 18d0d138d..35ec31c96 100644 --- a/config/raspberry/default +++ b/config/raspberry/default @@ -5,11 +5,11 @@ # See https://www.shellcheck.net/wiki/SC2155 # New locations after Bullseye turned into 'oldstable' -DOWNLOAD_BASE_URL="https://downloads.raspberrypi.org/raspios_oldstable_lite_arm64/images/raspios_oldstable_lite_arm64-2023-12-06/2023-12-05-raspios-bullseye-arm64-lite.img.xz" +DOWNLOAD_BASE_URL="https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2024-03-15/2024-03-15-raspios-bookworm-arm64-lite.img.xz" DOWNLOAD_URL_CHECKSUM="${DOWNLOAD_BASE_URL}.sha256" DOWNLOAD_URL_IMAGE="${DOWNLOAD_BASE_URL}.torrent" -BASE_IMAGE_ENLARGEROOT=4500 +BASE_IMAGE_ENLARGEROOT=5000 BASE_IMAGE_RESIZEROOT=600 # Compress not needed due compression done in workflow BASE_RELEASE_COMPRESS=no diff --git a/src/modules/piconfig/start_chroot_script b/src/modules/piconfig/start_chroot_script index 483f8adf8..ab89394c3 100644 --- a/src/modules/piconfig/start_chroot_script +++ b/src/modules/piconfig/start_chroot_script @@ -64,7 +64,6 @@ check_install_pkgs i2c-tools echo_green "Disabling Bluetooth related services..." systemctl_if_exists disable hciuart.service systemctl_if_exists disable bluetooth.service -systemctl_if_exists disable bluealsa.service # Step 11: Increase swapfile size if [[ -f "${PICONFIG_SWAP_CONF_FILE}" ]]; then