qemu.sh: No confirmar el wipe de tmp.ext4

This commit is contained in:
Cat /dev/Nulo 2022-09-26 19:32:31 -03:00
parent 11c685fbaf
commit 76d0f675b8

View file

@ -6,7 +6,7 @@ if test "$NOGRAPHIC" = true; then
fi
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/
qemu-system-x86_64 -enable-kvm -m 2048 \