From ccb00fcc1d5301f099a8d83692f887ea5846ab10 Mon Sep 17 00:00:00 2001 From: Ole Petter Date: Tue, 3 Mar 2020 13:40:34 +0100 Subject: [PATCH 1/2] [Spelling] Fix Changelog: None Signed-off-by: Ole Petter --- mender-convert-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From cf934bc13d21d9449ad3c7d50a39d077b7168efa Mon Sep 17 00:00:00 2001 From: Ole Petter Date: Tue, 3 Mar 2020 13:42:29 +0100 Subject: [PATCH 2/2] Added raspberrypi4 as the device-type to rasperrypi4_ubuntu_config Changelog: None Signed-off-by: Ole Petter --- configs/raspberrypi4_ubuntu_config | 1 + 1 file changed, 1 insertion(+) 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