diff --git a/configs/raspberrypi4_ubuntu_config b/configs/raspberrypi4_ubuntu_config index 0d9a6bc..2d0b7a5 100644 --- a/configs/raspberrypi4_ubuntu_config +++ b/configs/raspberrypi4_ubuntu_config @@ -4,5 +4,6 @@ RASPBERRYPI_BINARIES="raspberrypi4-integration-2019.01.tar.gz" RASPBERRYPI_KERNEL_IMAGE="vmlinuz" MENDER_KERNEL_IMAGETYPE="zImage" +MENDER_DEVICE_TYPE="raspberrypi4" source configs/raspberrypi_config diff --git a/mender-convert-package b/mender-convert-package index c0ce619..0749b8d 100755 --- a/mender-convert-package +++ b/mender-convert-package @@ -119,7 +119,7 @@ if [ ${actual_boot_size} -gt ${boot_part_sectors} ]; then log_warn "The allocated boot part size $(disk_sectors_to_mb ${boot_part_sectors}) MiB is too small." log_warn "The actual boot part size is $(disk_sectors_to_mb ${actual_boot_size}) MiB" log_warn "Will adjust MENDER_BOOT_PART_SIZE_MB automatically" - log_warn "Considered adjusting the configuration file to avoid this message" + log_warn "Consider adjusting the configuration file to avoid this message" boot_part_sectors=${actual_boot_size} fi