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