qemu.sh: No confirmar el wipe de tmp.ext4
This commit is contained in:
parent
11c685fbaf
commit
76d0f675b8
1 changed files with 1 additions and 1 deletions
2
qemu.sh
2
qemu.sh
|
@ -6,7 +6,7 @@ if test "$NOGRAPHIC" = true; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fallocate --length 1G tmp.ext4
|
fallocate --length 1G tmp.ext4
|
||||||
mkfs.ext4 tmp.ext4
|
mkfs.ext4 -F tmp.ext4
|
||||||
|
|
||||||
sudo chown root:$(id -u) -R boot/ && sudo chmod g+rw -R boot/
|
sudo chown root:$(id -u) -R boot/ && sudo chmod g+rw -R boot/
|
||||||
qemu-system-x86_64 -enable-kvm -m 2048 \
|
qemu-system-x86_64 -enable-kvm -m 2048 \
|
||||||
|
|
Loading…
Reference in a new issue