Skip to content

Instantly share code, notes, and snippets.

@mcm
Last active August 29, 2015 14:23
Show Gist options
  • Save mcm/9768c5b5b7f848cf1c94 to your computer and use it in GitHub Desktop.
Save mcm/9768c5b5b7f848cf1c94 to your computer and use it in GitHub Desktop.
xe template-param-set uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) HVM-boot-policy=""
xe template-param-set uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) HVM-boot-params:order=""
xe template-param-set uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) PV-args="-- quiet console=hvc0"
xe template-param-set uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) PV-bootloader="eliloader"
xe template-param-set uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) other-config:install-distro="debianlike"
xe template-param-set uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) other-config:install-repository=http://us.archive.ubuntu.com/ubuntu
xe template-param-set uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) other-config:debian-release=trusty
xe template-param-set uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) other-config:install-arch="amd64"
xe template-param-set uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) other-config:install-methods="install-methods: http"
xe template-param-remove uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) param-name=HVM-boot-params param-key=order
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment