Skip to content

Commit df6160b

Browse files
kroumanfrayer
authored andcommitted
Enable building blscfg module on xen and xen_pvh
Building blscfg module for Xen targets makes it possible to include them in custom pvgrub2 and pvhgrub2 images. Those are then used to boot PV and PVH domUs. Signed-off-by: Matyáš Kroupa <[email protected]>
1 parent 353418f commit df6160b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grub-core/Makefile.core.def

+2
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,8 @@ module = {
880880
enable = efi;
881881
enable = i386_pc;
882882
enable = emu;
883+
enable = xen;
884+
enable = i386_xen_pvh;
883885
};
884886

885887
module = {

0 commit comments

Comments
 (0)