Skip to content

Instantly share code, notes, and snippets.

@rashkur
Created October 20, 2014 16:11
Show Gist options
  • Save rashkur/ec9ad5636f761b4d7908 to your computer and use it in GitHub Desktop.
Save rashkur/ec9ad5636f761b4d7908 to your computer and use it in GitHub Desktop.
1) Modify /usr/lib/python2.4/site-packages/grub/GrubConf.py on the XenServer machine
2) Line 428, change:
if arg.strip() == "${saved_entry}":
to
if arg.strip() == "${saved_entry}" or arg.strip() == "${next_entry}":
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment