tring to bruteforce a good configuration for encryption, second attempt

This commit is contained in:
lukas 2021-07-01 11:13:15 +02:00
parent cec8af82b3
commit ff2ed7e022

View File

@ -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