diff --git a/buildroot-external/ota/rauc-hook b/buildroot-external/ota/rauc-hook index 080e36ee5..0b97191ba 100755 --- a/buildroot-external/ota/rauc-hook +++ b/buildroot-external/ota/rauc-hook @@ -30,6 +30,7 @@ install_boot() { if [ "$RAUC_SYSTEM_COMPATIBLE" = "haos-rpi5-64" ]; then rm -rf "${BOOT_MNT}/slot-default" cp -r "${BOOT_NEW}/slot-A" "${BOOT_MNT}/slot-default" + sed -i "1 s/rootfstype=squashfs //" /mnt/boot/cmdline.txt else # Backup boot config cp -f "${BOOT_MNT}"/*.txt "${BOOT_TMP}/" || true