qvm-create-default-dvm.rst 1.0 KB

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