From ff2ed7e022b067909fe35d261fe87ba5d2cfb3ce Mon Sep 17 00:00:00 2001 From: lukas Date: Thu, 1 Jul 2021 11:13:15 +0200 Subject: [PATCH] tring to bruteforce a good configuration for encryption, second attempt --- f34/vemsp.cfg | 2 ++ 1 file changed, 2 insertions(+) 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