SECO ASTRID (SBC-C61): WIC: Fix partition label for boot partition and missing devdata partition
The boot is slowed down because systemd cannot find partitions by label
Log message:
systemd[1]: dev-disk-by\x2dlabel-boot.device: Job dev-disk-by\x2dlabel-boot.device/start timed out.
systemd[1]: Timed out waiting for device /dev/disk/by-label/boot
systemd[1]: Dependency failed for Boot File System.
systemd[1]: run-mount-boot.mount: Job run-mount-boot.mount/start failed with result 'dependency'.
systemd[1]: dev-disk-by\x2dlabel-boot.device: Job dev-disk-by\x2dlabel-boot.device/start failed with result 'timeout'.
systemd[1]: dev-disk-by\x2dlabel-devdata.device: Job dev-disk-by\x2dlabel-devdata.device/start timed out.
systemd[1]: Timed out waiting for device /dev/disk/by-label/devdata.
systemd[1]: Dependency failed for Device Data File System.
systemd[1]: run-mount-devdata.mount: Job run-mount-devdata.mount/start failed with result 'dependency'.
systemd[1]: dev-disk-by\x2dlabel-devdata.device: Job dev-disk-by\x2dlabel-devdata.device/start failed with result 'timeout'.
Solutions:
in *wks.in file
- for devdata partition: replace the wrong variable ${WIC_DEVICEDATA_PARTITION} with ${WIC_DEVDATA_PARTITION}
- for boot partition: replace --label x-boot with --label ${BOOT_PARTITION_LABEL}