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 ee84a16 drop console options for IoT
ee84a16 is described below
commit ee84a1650b8188cbd00d54a688838207c34906f4
Author: Peter Robinson <pbrobinson(a)fedoraproject.org>
AuthorDate: Fri Nov 2 16:19:38 2018 +0000
drop console options for IoT
Signed-off-by: Peter Robinson <pbrobinson(a)fedoraproject.org>
---
fedora-iot.ks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fedora-iot.ks b/fedora-iot.ks
index 8a4123d..8a575df 100644
--- a/fedora-iot.ks
+++ b/fedora-iot.ks
@@ -10,7 +10,7 @@ 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,115200n8 net.ifnames=0 modprobe.blacklist=vc4"
+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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.