Is there an achievement for this?

Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
This commit is contained in:
RouxAntoine 2024-01-05 15:23:11 +01:00
parent 507d7025c7
commit b61befb04f
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -9,7 +9,7 @@ DISK_FILE=../out/arch-rootfs.ext4
DISK_ROOT=../out/mount
# Allocate rootfs disk
dd if=/dev/zero of="$DISK_FILE" bs=1M count="$DISK_SIZE"
fallocate -l "$DISK_SIZE" "$DISK_FILE"
mkfs.ext4 $DISK_FILE
# Mount rootfs to mount