mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2025-02-22 07:22:17 +00:00
remove encryption for the time being
This commit is contained in:
parent
457bd59aee
commit
73f0aead96
@ -79,7 +79,7 @@ clearpart --all --initlabel
|
||||
|
||||
# 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.
|
||||
part / --fstype="ext4" --size=2048 --encrypted --passphrase='pleasechangeme' --luks-version=luks2
|
||||
part / --fstype="ext4" --grow
|
||||
part /boot/efi --fstype="efi" --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi
|
||||
part /boot --fstype="ext4" --size=384 --label=boot
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user