summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2020-02-25 16:15:50 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-02-27 16:59:22 -0500
commitc66da6821f38a9db3422990bd4068ab691169803 (patch)
tree91af09706dd5a7cf37cec6ed123e4c56fc8c1f1f /.gitignore
parente0884db20be8582f8ecf161a5dc1a84c620e68dd (diff)
downloadmeta-virtualization-c66da6821f38a9db3422990bd4068ab691169803.tar.gz
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 <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 45b11062..357aefeb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ pyshtables.py
5*.rej 5*.rej
6/*.patch 6/*.patch
7*~ 7*~
8scripts/lib/wic/plugins/source/__pycache__