From 73f0aead962d2c5334b2dcc15ca442a07318652b Mon Sep 17 00:00:00 2001 From: lukas Date: Thu, 1 Jul 2021 12:40:20 +0200 Subject: [PATCH] remove encryption for the time being --- f34/vemsp.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f34/vemsp.cfg b/f34/vemsp.cfg index 8e80677..b1aa088 100644 --- a/f34/vemsp.cfg +++ b/f34/vemsp.cfg @@ -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