Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # XenServer - pvize
- #
- #!/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= PV-bootloader=pygrub PV-args="-- console=hvc0 xencons=tty"
- xe vm-param-remove uuid=${uuid} param-name=HVM-boot-params param-key=order
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement