Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # XenServer hvmize
- #
- #!/bin/sh
- [ -z "$1" ] && exit 1
- uuid=`xe vm-list name-label="$1" params=uuid --minimal`
- [ -z "${uuid}" ] && exit 1
- xe vm-param-set uuid=${uuid} HVM-boot-policy='BIOS order' HVM-boot-params:order=dc PV-bootloader= PV-args=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement