Skip to content
This repository was archived by the owner on Aug 31, 2019. It is now read-only.
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion definitions/centos-58-x64/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keyboard us
xconfig --card "VMWare" --videoram 16384 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16
network --device eth0 --bootproto dhcp
rootpw --iscrypted $1$vSG8FjAu$ekQ0grf16hS4G93HTPcco/
firewall --enabled --trust eth0 --ssh
firewall --disabled
selinux --enforcing
authconfig --enableshadow --enablemd5
timezone America/New_York
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-59-x64-vbox4210-nocm/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keyboard us
xconfig --card "VMWare" --videoram 16384 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16
network --device eth0 --bootproto dhcp
rootpw --iscrypted $1$vSG8FjAu$ekQ0grf16hS4G93HTPcco/
firewall --enabled --trust eth0 --ssh
firewall --disabled
selinux --enforcing
authconfig --enableshadow --enablemd5
timezone America/New_York
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-59-x64-vbox4210/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keyboard us
xconfig --card "VMWare" --videoram 16384 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16
network --device eth0 --bootproto dhcp
rootpw --iscrypted $1$vSG8FjAu$ekQ0grf16hS4G93HTPcco/
firewall --enabled --trust eth0 --ssh
firewall --disabled
selinux --enforcing
authconfig --enableshadow --enablemd5
timezone America/New_York
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-63-x64/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lang en_US.UTF-8
keyboard us
network --bootproto=dhcp
rootpw --iscrypted $1$damlkd,f$UC/u5pUts5QiU3ow.CSso/
firewall --enabled --service=ssh
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --disabled
timezone UTC
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-64-x64-fusion503-nocm/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lang en_US.UTF-8
keyboard us
network --bootproto=dhcp
rootpw --iscrypted $1$damlkd,f$UC/u5pUts5QiU3ow.CSso/
firewall --enabled --service=ssh
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --disabled
timezone UTC
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-64-x64-fusion503/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lang en_US.UTF-8
keyboard us
network --bootproto=dhcp
rootpw --iscrypted $1$damlkd,f$UC/u5pUts5QiU3ow.CSso/
firewall --enabled --service=ssh
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --disabled
timezone UTC
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-64-x64-vbox4210-nocm/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lang en_US.UTF-8
keyboard us
network --bootproto=dhcp
rootpw --iscrypted $1$damlkd,f$UC/u5pUts5QiU3ow.CSso/
firewall --enabled --service=ssh
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --disabled
timezone UTC
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-64-x64-vbox4210/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lang en_US.UTF-8
keyboard us
network --bootproto=dhcp
rootpw --iscrypted $1$damlkd,f$UC/u5pUts5QiU3ow.CSso/
firewall --enabled --service=ssh
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --disabled
timezone UTC
Expand Down
2 changes: 1 addition & 1 deletion definitions/fedora-18-x64-vbox4210/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ timezone --utc America/New_York
rootpw --iscrypted $6$n/NGsk5H2aiBMXL4$r/oPkJtB5rasvQHPo9AvIJBe6sNVlQbpZxvTRMN7.qZk/Sn9u2qZ0XgNxflUvK20y7OIWdr/vv7MED6gzkBiH0
selinux --enforcing
auth --enableshadow --passalgo=sha512
firewall --service=ssh
firewall --disabled

# Avoiding warning message on Storage device breaking automated generation
zerombr
Expand Down