Skip to content

Commit

Permalink
Remove yum update in kickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
hfm committed Dec 16, 2015
1 parent d5eed13 commit 933d569
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 933d569

Please sign in to comment.