Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions data/templates/centos-ks
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keyboard 'us'
timezone America/Los_Angeles --isUtc
firewall --enabled --http --ssh
selinux --permissive
bootloader --location=mbr --driveorder=sda --append="crashkernel=auth rhgb net.ifnames=0 biosdevname=0"
bootloader --location=mbr --driveorder=sda --append="crashkernel=auth rhgb"
services --enabled=NetworkManager,sshd
network --device=<%=macaddress%> --noipv6 --activate

Expand Down Expand Up @@ -58,8 +58,6 @@ net-tools
%post --log=/root/install-post.log
(
# PLACE YOUR POST DIRECTIVES HERE
rm -f /etc/sysconfig/network-scripts/ifcfg-*
rm -f /etc/udev/rules.d/70-persistent-net.rule
PATH=/bin:/sbin:/usr/bin:/usr/sbin
export PATH

Expand Down