1
0
mirror of synced 2026-04-25 20:11:20 +00:00

pygrub detection: Prefer /usr/lib/xen-default over /usr/lib/xen-x.y

Otherwise a versioned pygrub path will be used (e.g.
/usr/lib/xen-4.1/bin/pygrub  in the case of Debian Wheezy) and then
all host configurations would need to be updated when dist-upgrading
to Debian Jessie with Xen 4.3.

In case you already ran into this issue, the following command should
fix the issue for you:

fgrep -l xen-4.1/bin/pygrub -r /etc/xen/ | xargs sed -e 's:xen-4.1/bin/pygrub:xen-default/bin/pygrub:g' -i
This commit is contained in:
Axel Beckert
2014-06-16 19:13:44 +02:00
parent 03769b27fe
commit c2ead30949
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@@ -13,6 +13,7 @@ xen-tools (4.4+dev-1) UNRELEASED; urgency=low
* Update list of supported Ubuntu releases. Preliminary support for
Ubuntu 14.10 Utopic Unicorn.
* Fix always empty gateway on Debian DomUs (Thanks Joan! LP: #1328794)
* pygrub detection: Prefer /usr/lib/xen-default over /usr/lib/xen-x.y.
-- Axel Beckert <abe@debian.org> Sun, 15 Dec 2013 17:20:43 +0100