add grub regeneration

If the GRUB is not regenerated at the end,
then kernel arguments  are not taken into account
This commit is contained in:
lukas 2021-11-26 16:14:28 +01:00
parent de556053c3
commit dc73b8b67c

View File

@ -31,3 +31,9 @@ echo "options kvm_amd nested=1" >> /etc/modprobe.d/kvm.conf # Add support for ne
# grub2-mkconfig -o /mnt/sysimage/boot/grub2/grub.cfg # Update grub. Does it fail ? /usr/sbin/grub2-probe: error: failed to get canonical path of `LiveOS_rootfs'.
%end # End of the %post section
%post --logfile=/root/bha.log
grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub otherwise the system won't boot properly
%end