still trying to automate encryption
This commit is contained in:
parent
6a45f496ad
commit
457bd59aee
@ -75,13 +75,13 @@ ignoredisk --only-use=vda
|
|||||||
zerombr
|
zerombr
|
||||||
|
|
||||||
# Partition clearing information
|
# Partition clearing information
|
||||||
clearpart --all --initlabel --drives=vda
|
clearpart --all --initlabel
|
||||||
|
|
||||||
# Disk partitioning information.
|
# Disk partitioning information.
|
||||||
# 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 / --fstype="ext4" --size=2048 --encrypted --passphrase='pleasechangeme' --luks-version=luks2
|
||||||
part /boot --fstype="ext4" --ondisk=vda --size=384 --label=boot
|
part /boot/efi --fstype="efi" --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi
|
||||||
part / --fstype="ext4" --ondisk=vda --size=2048 --label=system --encrypted --passphrase='pleasechangeme' --luks-version=luks2
|
part /boot --fstype="ext4" --size=384 --label=boot
|
||||||
|
|
||||||
# System timezone
|
# System timezone
|
||||||
timezone Europe/Paris --utc
|
timezone Europe/Paris --utc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user