Skip to content

Commit

Permalink
Merge pull request #114 from bflad/bento-95
Browse files Browse the repository at this point in the history
BENTO-94 and BENTO-95 Fixes
  • Loading branch information
juliandunn committed Nov 18, 2013
2 parents 1bab200 + 8d4bdaa commit 00172a1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
8 changes: 6 additions & 2 deletions packer/http/centos-5.10/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@ reboot
@Base
@Core
@Development Tools
kernel-devel
nfs-utils
openssl-devel
readline-devel
zlib-devel
kernel-devel
nfs-utils
-avahi
-bluez-utils
-dogtail
-kudzu

%post
# update root certs
Expand Down
9 changes: 5 additions & 4 deletions packer/http/centos-6.4/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ keyboard us
network --bootproto=dhcp
rootpw --iscrypted $1$damlkd,f$UC/u5pUts5QiU3ow.CSso/
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --permissive
timezone UTC
bootloader --location=mbr
Expand All @@ -14,19 +13,21 @@ skipx
zerombr
clearpart --all --initlabel
autopart
auth --useshadow --enablemd5
auth --enableshadow --passalgo=sha512 --kickstart
firstboot --disabled
reboot

%packages --ignoremissing
@Base
@Core
@Development Tools
kernel-devel
nfs-utils
openssl-devel
readline-devel
zlib-devel
kernel-devel
nfs-utils
-fprintd-pam
-intltool

%post
# update root certs
Expand Down
1 change: 0 additions & 1 deletion packer/scripts/centos/cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash -eux
yum -y erase gtk2 libX11 hicolor-icon-theme avahi freetype bitstream-vera-fonts kudzu
yum -y clean all
rm -rf VBoxGuestAdditions_*.iso VBoxGuestAdditions_*.iso.?
rm -f /tmp/chef*rpm
Expand Down
11 changes: 6 additions & 5 deletions packer/scripts/centos/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,29 @@ keyboard us
network --bootproto=dhcp
rootpw --iscrypted $1$damlkd,f$UC/u5pUts5QiU3ow.CSso/
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --permissive
timezone UTC
bootloader --location=mbr
text
skipx
zerombr
clearpart --all --initlabel
autopart
auth --useshadow --enablemd5
autopart
auth --enableshadow --passalgo=sha512 --kickstart
firstboot --disabled
reboot

%packages --ignoremissing
@Base
@Core
@Development Tools
kernel-devel
nfs-utils
openssl-devel
readline-devel
zlib-devel
kernel-devel
nfs-utils
-fprintd-pam
-intltool

%post
# update root certs
Expand Down

0 comments on commit 00172a1

Please sign in to comment.