NoPaste

virt-install

von segmentationfault
SNIPPET_DESC:
virt-install
SNIPPET_CREATION_TIME:
15.12.2016 17:07:08
SNIPPET_PRUNE_TIME:
Unendlich

SNIPPET_TEXT:
  1. Debian 8
  2.  
  3. virt-install \
  4. --name debian8 \
  5. --ram 1024 \
  6. --disk path=./debian8.qcow2,size=8 \
  7. --vcpus 1 \
  8. --os-type linux \
  9. --os-variant generic \
  10. --network bridge=virbr0 \
  11. --graphics none \
  12. --console pty,target_type=serial \
  13. --location 'http://ftp.nl.debian.org/debian/dists/jessie/main/installer-amd64/' \
  14. --extra-args 'console=ttyS0,115200n8 serial'
  15.  
  16. Debian 7
  17.  
  18. virt-install \
  19. --name debian7 \
  20. --ram 1024 \
  21. --disk path=./debian7.qcow2,size=8 \
  22. --vcpus 1 \
  23. --os-type linux \
  24. --os-variant debian7 \
  25. --network bridge=virbr0 \
  26. --graphics none \
  27. --console pty,target_type=serial \
  28. --location 'http://ftp.nl.debian.org/debian/dists/jessie/main/installer-amd64/' \
  29. --extra-args 'console=ttyS0,115200n8 serial'

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN