build: create mnt directory in root filesystem setup

This commit is contained in:
EnderIce2 2025-04-12 04:37:23 +00:00
parent c7d501b466
commit 5ecfffc049
Signed by: enderice2
GPG Key ID: FEB6B8A8507BA62E

View File

@ -135,6 +135,7 @@ mkdir_rootfs:
$(MKDIR_ROOTFS)/usr/share/
$(MKDIR_ROOTFS)/usr/include/
$(MKDIR_ROOTFS)/mnt/
$(MKDIR_ROOTFS)/tmp/
setup: