This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a commit to branch master
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/master by this push:
new efe341f IoT: remove initial-setup config options
efe341f is described below
commit efe341f94e08262621176ad0fd5113a32dfe0a37
Author: Peter Robinson <pbrobinson(a)fedoraproject.org>
AuthorDate: Mon Sep 9 15:00:57 2019 +0100
IoT: remove initial-setup config options
Signed-off-by: Peter Robinson <pbrobinson(a)fedoraproject.org>
---
fedora-iot.ks | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/fedora-iot.ks b/fedora-iot.ks
index dc0d823..bdf4535 100644
--- a/fedora-iot.ks
+++ b/fedora-iot.ks
@@ -12,10 +12,7 @@ rootpw --lock --iscrypted locked
bootloader --timeout=1 --append="net.ifnames=0 modprobe.blacklist=vc4"
network --bootproto=dhcp --device=link --activate --onboot=on
-services --enabled=NetworkManager,sshd,rngd,initial-setup,zram-swap
-
-# tell Initial Setup to run in the reconfig mode
-firstboot --reconfig --enable
+services --enabled=NetworkManager,sshd,rngd,zram-swap
zerombr
clearpart --all --initlabel --disklabel=msdos
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.