Things went wrong...
Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
This commit is contained in:
parent
6c797ae3ff
commit
e961d456ec
@ -8,7 +8,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
|
||||
|
Loading…
Reference in New Issue
Block a user