From c66da6821f38a9db3422990bd4068ab691169803 Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Tue, 25 Feb 2020 16:15:50 -0800 Subject: wic: add support for bootable pcbios partition with Xen hypervisor New bootimg-biosxen wic plugin to populate a boot partition for launching Xen and dom0. Includes example kickstart wks files to generate disk images to boot into Xen from PC BIOS. eg: wic create directdisk-xen -e xen-image-minimal and write the resulting image file to a disk for boot. Signed-off-by: Christopher Clark Signed-off-by: Bruce Ashfield --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 45b11062..357aefeb 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ pyshtables.py *.rej /*.patch *~ +scripts/lib/wic/plugins/source/__pycache__ -- cgit v1.2.3-54-g00ecf