This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a commit to branch f29 in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/f29 by this push: new 6f3450b drop console options for IoT 6f3450b is described below
commit 6f3450b123cc98054e33fbd2e1b8505dfbae5330 Author: Peter Robinson pbrobinson@fedoraproject.org AuthorDate: Fri Nov 2 16:19:38 2018 +0000
drop console options for IoT
Signed-off-by: Peter Robinson pbrobinson@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