recipes refactoring and general clean-up

This commit is contained in:
luz
2025-04-26 15:54:43 -05:00
parent 6041812b1c
commit dfc92fcd10
56 changed files with 265 additions and 4589 deletions

View File

@ -11,6 +11,6 @@
sed -i 's/\(quiet\)/\1 iommu=pt rd.driver.pre=vfio-pci/i' /mnt/sysimage/etc/default/grub # Load kernel modules in GRUB.
echo "options kvm_amd nested=1" >> /mnt/sysimage/etc/modprobe.d/kvm.conf # Add support for nested-virtualization
echo "options kvm_amd nested=1" >> /mnt/sysimage/etc/modprobe.d/kvm.conf # Add support for nested virtualization
%end # End of the %post section