qemu.sh: quiet
This commit is contained in:
parent
4622625570
commit
986a5cc1ee
1 changed files with 1 additions and 1 deletions
2
qemu.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue