From 656ba81413bb44b10b81910a5b5ecafb16b1e548 Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Thu, 24 Sep 2020 14:49:14 +0200 Subject: [PATCH] a --- fedora.ks | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fedora.ks b/fedora.ks index 0c18d50..b3eda21 100644 --- a/fedora.ks +++ b/fedora.ks @@ -17,11 +17,12 @@ lang en_US.UTF-8 network --hostname=localhost.localdomain # Run the Setup Agent on first boot -firstboot --enable +eula --agreed +firstboot --disabled # System services services --enabled="chronyd" -#ignoredisk --only-use=sda +ignoredisk --only-use=sda autopart # Partition clearing information clearpart --none --initlabel @@ -65,4 +66,4 @@ chown -R michael:michael /home/michael/.ssh yum clean all -%end \ No newline at end of file +%end