From 5f1ff6c0799d96931aef6c2960bad7c162eb3df4 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 29 May 2018 16:12:22 +0200 Subject: [PATCH] Run Initial Setup in reconfig mode on IoT images Use the "firstboot --reconfig --enable" command[0] to tell Initial Setup that it should run in the reconfig mode. [0] http://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#firstboot --- fedora-iot.ks | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora-iot.ks b/fedora-iot.ks index 6d753c2..48f1534 100644 --- a/fedora-iot.ks +++ b/fedora-iot.ks @@ -15,6 +15,9 @@ bootloader --timeout=1 --append="console=tty1 console=ttyS0,115200n8 console=tty network --bootproto=dhcp --device=link --activate --onboot=on services --enabled=NetworkManager,sshd,rngd,initial-setup +# tell Initial Setup to run in the reconfig mode +firstboot --reconfig --enable + zerombr clearpart --all autopart --nohome --noswap --type=plain