IoT: enable rngd, fix AMA0 console, blacklist vc4 driver (for the moment)

Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
Peter Robinson 2018-05-11 14:32:57 +01:00
parent 8ca87ecf8d
commit 2f5861cb1c
1 changed files with 2 additions and 2 deletions

View File

@ -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