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