Created
July 10, 2015 15:19
-
-
Save mschlenker/2679078fea09c3c99819 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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