Skip to content

Commit

Permalink
Merge pull request #7 from hfm/remove-wasteful-update
Browse files Browse the repository at this point in the history
Remove yum update in kickstart
  • Loading branch information
hfm committed Dec 16, 2015
2 parents d5eed13 + 933d569 commit bb36d20
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ kernel-headers
%end

%post
yum update -y

# disable unnecessary services
chkconfig acpid off
chkconfig auditd off
Expand Down Expand Up @@ -68,6 +66,4 @@ echo "vagrant" | passwd --stdin vagrant
yum install -y sudo
echo "vagrant ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers.d/vagrant
sed -i "s/^.*requiretty/#Defaults requiretty/" /etc/sudoers

yum clean all
%end

0 comments on commit bb36d20

Please sign in to comment.