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:
parent
2e8341381c
commit
639f36a35b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user