tring to bruteforce a good configuration for encryption, fifth attempt

This commit is contained in:
lukas 2021-07-01 12:14:47 +02:00
parent c70875a3e9
commit 1dadb4f539

View File

@ -81,7 +81,7 @@ clearpart --all --initlabel --drives=vda
# Will create an efi partitition of 128 MiB, a boot partition of 384 MiB on disk vda using the ext4 filesystem. The remaining space will be used for root. # Will create an efi partitition of 128 MiB, a boot partition of 384 MiB on disk vda using the ext4 filesystem. The remaining space will be used for root.
part /boot/efi --fstype="efi" --ondisk=vda --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi part /boot/efi --fstype="efi" --ondisk=vda --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi
part /boot --fstype="ext4" --ondisk=vda --size=384 --label=boot part /boot --fstype="ext4" --ondisk=vda --size=384 --label=boot
part / --fstype="ext4" --ondisk=vda --grow --label=system --encrypted --luks-version=luks2 part / --fstype="ext4" --ondisk=vda --grow --label=system --encrypted --passphrase='pleasechangeme' --luks-version=luks2
# System timezone # System timezone
timezone Europe/Paris --utc timezone Europe/Paris --utc