tring to bruteforce a good configuration for encryption, fourth attempt

This commit is contained in:
lukas 2021-07-01 11:50:13 +02:00
parent 67edfe0b3a
commit f84c8fc1e4

View File

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