diff --git a/f34/vemsp.cfg b/f34/vemsp.cfg index 7abb030..c2a5839 100644 --- a/f34/vemsp.cfg +++ b/f34/vemsp.cfg @@ -109,6 +109,8 @@ qemu-guest-agent # Install software to allow the host to better interact with th localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked sed -i 's/5/1/' /etc/default/grub # set the GRUB_TIMEOUT countdown to 1 instead of 5 seconds. grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub +dracut --regenerate-all # Regenerate initramfs + reboot # Reboot the installer (doesn't work (tm)) %end # End of the %post section \ No newline at end of file