From 457bd59aee34c415d8ec6045c1095099aa1b1530 Mon Sep 17 00:00:00 2001 From: lukas Date: Thu, 1 Jul 2021 12:34:05 +0200 Subject: [PATCH] still trying to automate encryption --- f34/vemsp.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/f34/vemsp.cfg b/f34/vemsp.cfg index 9a5b245..8e80677 100644 --- a/f34/vemsp.cfg +++ b/f34/vemsp.cfg @@ -75,13 +75,13 @@ ignoredisk --only-use=vda zerombr # Partition clearing information -clearpart --all --initlabel --drives=vda +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 /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 / --fstype="ext4" --ondisk=vda --size=2048 --label=system --encrypted --passphrase='pleasechangeme' --luks-version=luks2 +part / --fstype="ext4" --size=2048 --encrypted --passphrase='pleasechangeme' --luks-version=luks2 +part /boot/efi --fstype="efi" --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi +part /boot --fstype="ext4" --size=384 --label=boot # System timezone timezone Europe/Paris --utc