mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 13:05:17 +00:00
tring to bruteforce a good configuration for encryption, fourth attempt
This commit is contained in:
parent
67edfe0b3a
commit
f84c8fc1e4
@ -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
|
Loading…
Reference in New Issue
Block a user