diff --git a/f34/vemsp.cfg b/f34/vemsp.cfg index e5c2707..0cca541 100644 --- a/f34/vemsp.cfg +++ b/f34/vemsp.cfg @@ -110,10 +110,6 @@ localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be p 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 -cryptsetup luksFormat /dev/vda3 -mkfs -t ext4 /dev/mapper/system -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