Skip to content

Instantly share code, notes, and snippets.

@mschlenker
Created July 10, 2015 15:19
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/2679078fea09c3c99819 to your computer and use it in GitHub Desktop.
Save mschlenker/2679078fea09c3c99819 to your computer and use it in GitHub Desktop.
qemu-system-x86_64 -enable-kvm -smp cpus=4 -vnc :3 -m 3072 \
-cdrom /mnt/archiv/tmp/lesslinux-bigfatfull-jabba-20150710-105028.iso \
-boot d -netdev user,id=network0 -device e1000,netdev=network0 \
-redir tcp:22222::22 \
-fsdev local,security_model=passthrough,id=fsdev0,path=/mnt/archiv \
-device virtio-9p-pci,id=fs0,fsdev=fsdev0,mount_tag=LessLinux_build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment