From 7e9f7558eb02722464ff042d0b429a1e2c0af515 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 29 May 2018 15:09:37 +0100 Subject: [PATCH] IoT: add firstboot line to ensure we get all initial-setup spokes Signed-off-by: Peter Robinson --- fedora-iot.ks | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora-iot.ks b/fedora-iot.ks index 6d753c2..7a3b372 100644 --- a/fedora-iot.ks +++ b/fedora-iot.ks @@ -8,6 +8,7 @@ timezone --utc Etc/UTC auth --useshadow --passalgo=sha512 selinux --enforcing rootpw --lock --iscrypted locked +firstboot --reconfig --enable # Add most common consoles console=ttyAMA0 console=ttyS0 console=ttyS1 as kernel boot parameter bootloader --timeout=1 --append="console=tty1 console=ttyS0,115200n8 console=ttyS1,115200n8 console=ttyAMA0,115200n8 net.ifnames=0 modprobe.blacklist=vc4"