Browse Source

Merge pull request #178 from oleorhagen/logfix

Misc fixes
2.1.x
oleorhagen 5 years ago
committed by GitHub
parent
commit
de015241fb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      configs/raspberrypi4_ubuntu_config
  2. 2
      mender-convert-package

1
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

2
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

Loading…
Cancel
Save