Disable SELinux until we can fix issues
Disks images are failing with: setfiles: Could not set context for /usr/sbin/timedatex: Invalid argument This needs to be tested once disk image is available. Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
parent
d2c310ed32
commit
89f09da48e
@ -12,7 +12,7 @@ network --bootproto dhcp --device=link --hostname=fedora-riscv
|
||||
rootpw riscv
|
||||
firewall --enabled --ssh
|
||||
timezone --utc America/New_York
|
||||
selinux --enforcing
|
||||
selinux --disabled
|
||||
services --enabled=sshd,NetworkManager,chronyd,haveged --disabled=lm_sensors
|
||||
|
||||
bootloader --location=none --extlinux
|
||||
|
Loading…
Reference in New Issue
Block a user