diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-05 20:43:01 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-05 20:43:01 -0600 |
commit | adc6865b29b31a32cce195d6912af039ef7eab77 (patch) | |
tree | 32c14b3a23369314a53ec0a3528984037c371c0d /src | |
parent | 7982a6af840eb8c37b3c2eed123bf4f66da8906a (diff) |
chroot.conf: configure CHROOTEXTRAPKG to be empty by defaultv20130605testing-20130605
Diffstat (limited to 'src')
-rw-r--r-- | src/chroot-tools/chroot.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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=() |