From 8d55a0992c4ec689424f87eed31db445bc68814e Mon Sep 17 00:00:00 2001 From: lukas Date: Thu, 1 Jul 2021 13:55:02 +0200 Subject: [PATCH] clean up test --- f34/test.cfg | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/f34/test.cfg b/f34/test.cfg index 8ef82e8..e7ebd7d 100644 --- a/f34/test.cfg +++ b/f34/test.cfg @@ -11,33 +11,7 @@ # inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/f34/test.cfg # inst.ks=url.phyllo.me/test.cfg -# %include https://git.phyllo.me/home/kickstart/raw/branch/master/f34/velsd.cfg - ## SYSTEM RELATED # Services to enable/disable ## To do -# services --disabled=mlocate-updatedb,mlocate-updatedb.timer,geoclue,avahi-daemon - -#test name: part-luks-2 - -network --bootproto=dhcp - -bootloader --timeout=1 -zerombr -clearpart --all --initlabel - -# Test LUKS 2 with default values. - -part / --fstype="ext4" --size=8191 --encrypted --passphrase="passphrase" --luks-version=luks2 -part /boot --fstype="ext4" --size=1024 -part swap --fstype="swap" --size=1024 - -keyboard us -lang en -timezone America/New_York -rootpw qweqwe -shutdown - -%packages -%end - +# services --disabled=mlocate-updatedb,mlocate-updatedb.timer,geoclue,avahi-daemon \ No newline at end of file