From 7a7b1612613baa14bf2fbec7f82f5e5b36be69e9 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 1 Jul 2021 14:49:16 +0000 Subject: [PATCH] Update test, to be tested as the name implies Update test, to be tested as the name implies --- f34/test.cfg | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/f34/test.cfg b/f34/test.cfg index e7ebd7d..07b5f92 100644 --- a/f34/test.cfg +++ b/f34/test.cfg @@ -14,4 +14,47 @@ ## SYSTEM RELATED # Services to enable/disable ## To do -# services --disabled=mlocate-updatedb,mlocate-updatedb.timer,geoclue,avahi-daemon \ No newline at end of file +# services --disabled=mlocate-updatedb,mlocate-updatedb.timer,geoclue,avahi-daemon + +# Generated by Anaconda 34.24.9 +# Generated by pykickstart v3.32 +#version=DEVEL +# Use graphical install +graphical + +# Keyboard layouts +keyboard --xlayouts='ch (fr)','us' +# System language +lang en_US.UTF-8 + +# Use CDROM installation media +cdrom + +%packages +@^custom-environment +@guest-agents +@networkmanager-submodules +@standard + +%end + +# Run the Setup Agent on first boot +firstboot --enable + +# Generated using Blivet version 3.3.3 +ignoredisk --only-use=vda +# Partition clearing information +clearpart --none --initlabel +# Disk partitioning information +part /boot --fstype="ext4" --ondisk=vda --size=384 --label=boot +part /boot/efi --fstype="efi" --ondisk=vda --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi +part / --fstype="ext4" --ondisk=vda --size=14846 --label=system --encrypted --luks-version=luks2 + +# System timezone +timezone Europe/Paris --utc + +# Root password +rootpw --iscrypted $6$MHsknl33Td024Tdr$PSp2NyQ1wJj7fIWaNfUlY//N.FzEE5RzYEfZ3/E/cUNGF7a63eDwVwHIm/UcDgEEzUoKr8uAMtxz.4xGyy5Qb0 +user --name=lukas --password=$6$4/hNha6Lm85qHUwH$sBlh8N/AU0..yNovAUc5UHL3wE8jjIkJIzGpwbB9QxkntrcqytcsCiYLOcLdpMel4cSu0pEWBCNkSIH5fsZSp. --iscrypted --gecos="lukas" + +# To be tested \ No newline at end of file