From a840d13c7604c1262bd9052a54017efb36d1769f Mon Sep 17 00:00:00 2001 From: Jim Perrin Date: Wed, 28 May 2014 14:30:00 -0500 Subject: [PATCH] Add updates repo to kickstart Add CentOSPlus repo to kickstart for selinux fix CentOSPlus should be removed after the fix is released upstream http://lists.centos.org/pipermail/centos-devel/2014-May/010345.html --- docker/docker-6.ks | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docker/docker-6.ks b/docker/docker-6.ks index b28167f..a955128 100644 --- a/docker/docker-6.ks +++ b/docker/docker-6.ks @@ -4,11 +4,16 @@ lang en_US.UTF-8 keyboard uk network --device eth0 --bootproto dhcp rootpw --iscrypted $1$UKLtvLuY$kka6S665oCFmU7ivSDZzU. -firewall --service=ssh authconfig --enableshadow --passalgo=sha512 --enablefingerprint selinux --enforcing timezone --utc Europe/London repo --name="CentOS" --baseurl=http://mirror.centos.org/centos/6/os/x86_64/ --cost=100 +repo --name="Updates" --baseurl=http://mirror.centos.org/centos-6/6/updates/x86_64/ --cost=100 +# CentOSPlus is here ONLY for a libselinux patch. +# Once 6.6 is released, this should be removed +# http://lists.centos.org/pipermail/centos-devel/2014-May/010345.html +repo --name="CentOSPlus" --baseurl=http://mirror.centos.org/centos-6/6/centosplus/x86_64/ --cost=1000 + clearpart --all --initlabel part / --fstype ext4 --size=1024 --grow reboot