Advertisement
Guest User

Untitled

a guest
Dec 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. stack@trovehost:~/trove/integration/scripts$ disk-image-create --help
  2. Usage: disk-image-create [OPTION]... [ELEMENT]...
  3.  
  4. Options:
  5. -a i386|amd64|armhf|arm64 -- set the architecture of the image(default amd64)
  6. -o imagename -- set the imagename of the output image file(default image)
  7. -t qcow2,tar,tgz,squashfs,vhd,docker,aci,raw -- set the image types of the output image files (default qcow2)
  8. File types should be comma separated. VHD outputting requires the vhd-util
  9. executable be in your PATH. ACI outputting requires the ACI_MANIFEST
  10. environment variable be a path to a manifest file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement