diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-08 13:11:18 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-09 14:20:48 -0500 |
commit | 1ba64c22602bdf5c53565083c13c67a4583e32ff (patch) | |
tree | 512eeee2cc4c974119c17ddcfbc13ca0e1d9c122 /src/chroot-tools/chroot.conf | |
parent | d3486f6c1aa38be431f865e406e4cddd69d88d59 (diff) |
Add /usr/share/libretools/conf.sh, use /etc/libretools.d/chroot.conf
Use it for librechroot, libremakepkg, libremkchroot
Diffstat (limited to 'src/chroot-tools/chroot.conf')
-rw-r--r-- | src/chroot-tools/chroot.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/chroot-tools/chroot.conf b/src/chroot-tools/chroot.conf new file mode 100644 index 0000000..cd5c71d --- /dev/null +++ b/src/chroot-tools/chroot.conf @@ -0,0 +1,7 @@ +## The directory where the chroots are stored +CHROOTDIR=/var/lib/archbuild +## Extra packages to have installed on the chroot (besides base base-devel and sudo) +CHROOTEXTRAPKG=(distcc ccache tsocks libretools) +## The meaning of this changes based on the version of libretools+devtools +## do NOT set it to 'root' +CHROOT=default |