From 76d0f675b80e2b33cefc3998a5840247cbd0bebd Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 26 Sep 2022 19:32:31 -0300 Subject: [PATCH] qemu.sh: No confirmar el wipe de tmp.ext4 --- qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu.sh b/qemu.sh index a88544e..4c15139 100755 --- a/qemu.sh +++ b/qemu.sh @@ -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 \