mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2025-03-14 00:53:13 +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.
|
||||
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 pv.122 --fstype="lvmpv" --ondisk=vda --grow --encrypted
|
||||
volgroup system --pesize=4096 pv.122
|
||||
logvol / --fstype="ext4" --percent 100 --label="root" --name=root --vgname=system
|
||||
part pv.122 --fstype="lvmpv" --ondisk=vda --grow
|
||||
volgroup system --pesize=4096 pv.122
|
||||
logvol / --fstype="ext4" --percent 100 --encrypted --label="root" --name=root --vgname=system
|
||||
|
||||
# System timezone
|
||||
timezone Europe/Paris --utc
|
||||
|
Loading…
x
Reference in New Issue
Block a user