From e247b72659398a4bf97d3a8d8479659369c705ac Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 24 Jan 2022 14:47:43 +0100 Subject: [PATCH] add virtio-win paravirtualized drivers --- ingredients/base-hypervisor-virtio-win.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ingredients/base-hypervisor-virtio-win.cfg diff --git a/ingredients/base-hypervisor-virtio-win.cfg b/ingredients/base-hypervisor-virtio-win.cfg new file mode 100644 index 0000000..af66a0e --- /dev/null +++ b/ingredients/base-hypervisor-virtio-win.cfg @@ -0,0 +1,14 @@ +# __ ____ ____ _____ +# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ +# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ +# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / +# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ +# /_/ /____/ + +# What ? This ingredient fetches the latest version of paravirtual drivers for Windows, as an ISO file. + +%post --nochroot --log=/mnt/sysimage/opt/base-hypervisor-virtio-win.log # Beginning of %post section. Those commands are executed outside the chroot environment. Logging is enabled to help with post-installation troubleshooting + +wget https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/virtio-win.iso -P /mnt/sysimage/var/lib/libvirt/iso/ # command to fetch the latest iso and put it under a particular directory + +%end \ No newline at end of file