add selinux and remove poweroff
comment out xconfig. Taken care off elsewhere
This commit is contained in:
@ -28,9 +28,9 @@ keyboard --xlayouts='ch (fr)' # set keyboard layouts for Romandie # Unnecessary
|
||||
lang en_US.UTF-8 # Set system language to American English # Unnecessary if using inital-setup
|
||||
timezone Europe/Paris --utc # Set System timezone to Paris # Unnecessary if using inital-setup
|
||||
|
||||
selinux --enforcing
|
||||
selinux --enforcing # Make sure SELinux is in enforced mode
|
||||
firewall --enabled --service=mdns
|
||||
xconfig --startxonboot
|
||||
# xconfig --startxonboot
|
||||
|
||||
zerombr
|
||||
clearpart --all
|
||||
@ -42,9 +42,9 @@ network --bootproto=dhcp --device=link --activate --hostname=phyllome
|
||||
|
||||
rootpw --lock --iscrypted locked
|
||||
|
||||
shutdown
|
||||
# shutdown
|
||||
|
||||
%packages
|
||||
%packages # Beginning of the packages section.
|
||||
|
||||
# Explicitly specified here:
|
||||
# <notting> walters: because otherwise dependency loops cause yum issues.
|
||||
|
Reference in New Issue
Block a user