tring to bruteforce a good configuration for encryption, second attempt
This commit is contained in:
parent
cec8af82b3
commit
ff2ed7e022
@ -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
|
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.
|
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
|
grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub
|
||||||
|
dracut --regenerate-all # Regenerate initramfs
|
||||||
|
|
||||||
reboot # Reboot the installer (doesn't work (tm))
|
reboot # Reboot the installer (doesn't work (tm))
|
||||||
|
|
||||||
%end # End of the %post section
|
%end # End of the %post section
|
Loading…
x
Reference in New Issue
Block a user