Created
January 30, 2015 15:28
-
-
Save mcm/b97661611a1c1c49400c to your computer and use it in GitHub Desktop.
Convert "Ubuntu Trusty Tahr 14.04" template from HVM to PV in XenServer 6.5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="console=hvc0 debian-installer/locale=en_US console-setup/ask_detect=false console-setup/layoutcode=us preseed/url=http://agentx.hurricanedefense.com/ubuntu/kickstart/hl/xen.seed" | |
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-relase="trusty" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment