Skip to content

Commit

Permalink
Merge pull request #224 from jlebon/pr/enforcing
Browse files Browse the repository at this point in the history
cloud.ks: stop disabling SELinux
  • Loading branch information
openshift-merge-robot authored Aug 13, 2018
2 parents 6e551d2 + cabdd9b commit 80f0b4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cloud.ks
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ clearpart --initlabel --all
# Add the following to kernel boot args:
# - ip=dhcp # how to get network
# - rd.neednet=1 # tell dracut we need network
# - enforcing=0 # ignition + selinux doesn't work
# - $coreos_firstboot # This is actually a GRUB variable
bootloader --timeout=1 --append="no_timer_check console=ttyS0,115200n8 console=tty0 net.ifnames=0 biosdevname=0 ip=dhcp rd.neednet=1 enforcing=0 rw $coreos_firstboot"
bootloader --timeout=1 --append="no_timer_check console=ttyS0,115200n8 console=tty0 net.ifnames=0 biosdevname=0 ip=dhcp rd.neednet=1 rw $coreos_firstboot"

part /boot --size=300 --fstype="xfs"
part pv.01 --grow
Expand Down

0 comments on commit 80f0b4c

Please sign in to comment.