Is there an achievement for this?
Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
This commit is contained in:
parent
507d7025c7
commit
b61befb04f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user