Skip to content

Commit

Permalink
Merge pull request #1149 from Sorbog/reduce-locale-size
Browse files Browse the repository at this point in the history
Reduce centos locale size
  • Loading branch information
tas50 authored Dec 3, 2018
2 parents 6fd6044 + a29be9d commit 26ee9e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion centos/http/5/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ reboot
user --name=vagrant --password vagrant
key --skip

%packages --nobase --ignoremissing --excludedocs
%packages --nobase --ignoremissing --excludedocs --instLangs=en_US.utf8
# vagrant needs this to copy initial files via scp
openssh-clients
openssh-server
Expand Down
2 changes: 1 addition & 1 deletion centos/http/6/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ reboot --eject
user --name=vagrant --plaintext --password vagrant
key --skip

%packages --nobase --ignoremissing --excludedocs
%packages --nobase --ignoremissing --excludedocs --instLangs=en_US.utf8
# vagrant needs this to copy initial files via scp
openssh-clients
sudo
Expand Down
2 changes: 1 addition & 1 deletion centos/http/7/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ firstboot --disabled
reboot --eject
user --name=vagrant --plaintext --password vagrant

%packages --nobase --ignoremissing --excludedocs
%packages --nobase --ignoremissing --excludedocs --instLangs=en_US.utf8
# vagrant needs this to copy initial files via scp
openssh-clients
sudo
Expand Down

0 comments on commit 26ee9e4

Please sign in to comment.