Skip to content

Instantly share code, notes, and snippets.

@mschlenker
Created August 5, 2015 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mschlenker/258c8db940ee7887800b to your computer and use it in GitHub Desktop.
Save mschlenker/258c8db940ee7887800b to your computer and use it in GitHub Desktop.
qemu-system-x86_64 -enable-kvm -smp cpus=4 \
-vnc :1 -m 3072 \
-cdrom /mnt/archiv/tmp/lesslinux-bigfatfull-jabba-20150711-190742.iso \
-drive file=/dev/sdb,if=virtio -boot d -netdev user,id=network0 \
-device e1000,netdev=network0 \
-redir tcp:22222::22 -redir tcp:5900::5900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment