Created
October 20, 2014 16:11
-
-
Save rashkur/ec9ad5636f761b4d7908 to your computer and use it in GitHub Desktop.
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
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