ci: Makefile: Automount /boot

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
Ralf Ramsauer 2019-06-22 19:03:40 +02:00
parent 2e8341381c
commit 639f36a35b
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ $(QEMU_IMAGE): $(ARCHARM_PKG)
# Some adjustments. We need to modprobe drm-pl111 on boot.
echo pl111-drm | sudo tee $(MNT_ROOTFS)/etc/modules-load.d/drm-pl111.conf
echo /dev/mmcblk0p1 /boot vfat defaults 0 0 | sudo tee -a $(MNT_ROOTFS)/etc/fstab
sync
sudo umount $(MNT_ROOTFS)/boot