]> xenbits.xensource.com Git - osstest.git/commit
ts-debian-install: keep avoiding to use pygrub
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 18 Oct 2023 17:35:05 +0000 (18:35 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Thu, 28 Mar 2024 16:51:52 +0000 (16:51 +0000)
commit9f72d39a30aa33c0c751a3c613e04380d97a9686
tree83969d6ed31b6c0c8ff21f09a8265b3b4f661ef0
parentbe1e078549755a043a8513bf823ac8fc218754f5
ts-debian-install: keep avoiding to use pygrub

xen-tools commit 83c37b476a75 ("Start all Debian releases since
Stretch (9) with pygrub by default") started to use pygrub by default.
Revert this.

With "pygrub" setting, xen-create-guest fails on armhf, the
80-install-kernel hook fails because it doesn't know about "armhf".

https://github.com/xen-tools/xen-tools/commit/83c37b476a7534c432ecc9941817aeb989677da6

There's "--nopygrub" but that doesn't work due to several issues, so
removing "pygrub" from "distributions.conf" is the only way.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
ts-debian-install