1 2 3 4 5 6 7 8 9 10 11 12
# The directory where the chroots are stored CHROOTDIR=/home/nicolas/ch # The main chroot CHROOT=root # The working copy CHCOPY=copy # Obtains CacheDir from pacman.conf CACHEDIR=`grep "^CacheDir" /etc/pacman.conf | cut -d'=' -f2`