From 986a5cc1eed258a42378344863410b5905953cd0 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 17 Nov 2022 22:28:55 -0300 Subject: [PATCH] qemu.sh: quiet --- qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu.sh b/qemu.sh index 4c15139..e245ad2 100755 --- a/qemu.sh +++ b/qemu.sh @@ -15,4 +15,4 @@ qemu-system-x86_64 -enable-kvm -m 2048 \ -net nic,model=virtio-net-pci \ -net user,hostfwd=tcp:10.69.0.2:8080-:80 \ -kernel boot/vmlinuz-virt -initrd boot/initramfs-virt \ - -append "root=/dev/sda rootfstype=squashfs modules=ext4 init=/sbin/runit-init $append" $qemuappend + -append "root=/dev/sda rootfstype=squashfs modules=ext4 quiet init=/sbin/runit-init $append" $qemuappend