qvm-create-default-dvm.rst 971 B

12345678910111213141516171819202122232425262728293031323334353637
  1. ======================
  2. qvm-create-default-dvm
  3. ======================
  4. NAME
  5. ====
  6. qvm-create-default-dvm - creates a default disposable VM
  7. :Date: 2012-04-10
  8. SYNOPSIS
  9. ========
  10. | qvm-create-default-dvm templatename|--default-template|--used-template [script-name|--default-script]
  11. OPTIONS
  12. =======
  13. templatename
  14. Base DispVM on given template. The command will create AppVM named after
  15. template with "-dvm" suffix. This VM will be used to create DispVM
  16. savefile. If you want to customize DispVM, use this VM - take a look at
  17. https://wiki.qubes-os.org/wiki/UserDoc/DispVMCustomization
  18. --default-template
  19. Use default template for the DispVM
  20. --used-template
  21. Use the same template as earlier
  22. --default-script
  23. Use default script for seeding DispVM home.
  24. AUTHORS
  25. =======
  26. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  27. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  28. | Marek Marczykowski <marmarek at invisiblethingslab dot com>