Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. qemu-system-x86_64 -enable-kvm -smp cpus=4 -vnc :3 -m 3072 \
  2. -cdrom /mnt/archiv/tmp/lesslinux-bigfatfull-jabba-20150710-105028.iso \
  3. -boot d -netdev user,id=network0 -device e1000,netdev=network0 \
  4. -redir tcp:22222::22 \
  5. -fsdev local,security_model=passthrough,id=fsdev0,path=/mnt/archiv \
  6. -device virtio-9p-pci,id=fs0,fsdev=fsdev0,mount_tag=LessLinux_build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement