From 2f5861cb1c59aef1acd3174fd15bb3512602a8f8 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 11 May 2018 14:32:57 +0100 Subject: [PATCH] IoT: enable rngd, fix AMA0 console, blacklist vc4 driver (for the moment) Signed-off-by: Peter Robinson --- fedora-iot.ks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora-iot.ks b/fedora-iot.ks index f2b0574..90eed74 100644 --- a/fedora-iot.ks +++ b/fedora-iot.ks @@ -10,10 +10,10 @@ selinux --enforcing rootpw --lock --iscrypted locked # 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 net.ifnames=0" +bootloader --timeout=1 --append="console=tty1 console=ttyS0,115200n8 console=ttyS1,115200n8 console=ttyAMA0,115200n8 net.ifnames=0 modprobe.blacklist=vc4" network --bootproto=dhcp --device=link --activate --onboot=on -services --enabled=NetworkManager,sshd,initial-setup +services --enabled=NetworkManager,sshd,rngd,initial-setup zerombr clearpart --all