1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-12-22 18:34:25 +01:00

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

View File

@ -96,6 +96,7 @@ $(QEMU_IMAGE): $(ARCHARM_PKG)
# Some adjustments. We need to modprobe drm-pl111 on boot. # 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 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 sync
sudo umount $(MNT_ROOTFS)/boot sudo umount $(MNT_ROOTFS)/boot