Feed. You. Stuff. No time.

Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
This commit is contained in:
RouxAntoine 2024-01-05 19:33:17 +01:00
parent b6aaafdce2
commit 75c9c0f725
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -10,7 +10,7 @@ DISK_ROOT=../out/mount
# Allocate rootfs disk
fallocate -l "$DISK_SIZE" "$DISK_FILE"
mkfs.ext4 $DISK_FILE
mkfs.ext4 -F $DISK_FILE
# Mount rootfs to mount
mkdir -p $DISK_ROOT