images: Ensure that all mount points are created

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-09 17:51:37 +00:00
parent d4ad987a5d
commit 20280ed337
3 changed files with 9 additions and 2 deletions

View File

@@ -150,7 +150,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# Copy all files that we want
$(call COPY_FILES,$(DIR_SRC)/config/rootfiles/common,$(DIR_TMP)/root)
mkdir $(DIR_TMP)/root/sys
# Create mountpoints
$(call CREATE_MOUNTPOINTS,$(DIR_TMP)/root)
# Create the archive
$(call COMPRESS_ZSTD,$(DIR_TMP)/root,$(DIR_TMP)/cdrom/distro.img)