Pre-Installed, Ready to boot Kiss linux qemu image.
Used for Vagrant box at: https://app.vagrantup.com/abi/boxes/kiss
About:
Kiss Linux release 2020.9-2
Kernel Version 5.9.3
30 GB RootFS
~4 GB SWAP
DHCP
OpenSSH enabled
Boot with disk type SATA and Intel E1000 Network card, no virtio* support.
No root password set.
User accounts:
vagrant/vagrant
kiss/kiss
Run via:
qemu-system-x86_64 -enable-kvm -hda kiss-2020.9-2.qcow2 -netdev user,id=net0 -device e1000,netdev=net0
Or run from a cow snapshot:
qemu-img create -b kiss-2020.9-2.qcow2 test.qcow2 -f qcow2
qemu-system-x86_64 -enable-kvm -hda test.qcow2 -netdev user,id=net0 -device e1000,netdev=net0
For Networking setup see: