mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2025-03-15 01:23:12 +00:00
tring to bruteforce a good configuration for encryption
This commit is contained in:
parent
14c74667e2
commit
612d6c4e68
@ -84,9 +84,9 @@ 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 pv.122 --fstype="lvmpv" --ondisk=vda --grow --encrypted
|
part pv.122 --fstype="lvmpv" --ondisk=vda --grow
|
||||||
volgroup system --pesize=4096 pv.122
|
volgroup system --pesize=4096 pv.122
|
||||||
logvol / --fstype="ext4" --percent 100 --label="root" --name=root --vgname=system
|
logvol / --fstype="ext4" --percent 100 --encrypted --label="root" --name=root --vgname=system
|
||||||
|
|
||||||
# System timezone
|
# System timezone
|
||||||
timezone Europe/Paris --utc
|
timezone Europe/Paris --utc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user