From adc6865b29b31a32cce195d6912af039ef7eab77 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 5 Jun 2013 20:43:01 -0600 Subject: chroot.conf: configure CHROOTEXTRAPKG to be empty by default --- src/chroot-tools/chroot.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/chroot-tools/chroot.conf') diff --git a/src/chroot-tools/chroot.conf b/src/chroot-tools/chroot.conf index a161a61..0e7f558 100644 --- a/src/chroot-tools/chroot.conf +++ b/src/chroot-tools/chroot.conf @@ -10,4 +10,5 @@ CHROOT=default # Extra packages to have installed on the chroot. # This is in addition to CHROOTPKG=(base-devel) -CHROOTEXTRAPKG=(distcc ccache tsocks libretools) +#CHROOTEXTRAPKG=(distcc ccache tsocks libretools) +CHROOTEXTRAPKG=() -- cgit v1.2.2