oleorhagen
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
configs/raspberrypi4_ubuntu_config
-
mender-convert-package
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
|
|