From: Mike Frysinger Date: Mon, 6 Jan 2020 12:52:29 +0000 (-0500) Subject: custom-chroot: add newer Gentoo paths X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=8c29b1d8acfc9935f148a486227c8d2fdb05df37 custom-chroot: add newer Gentoo paths --- diff --git a/.bin/custom-chroot b/.bin/custom-chroot index 109cd45..08d76ad 100755 --- a/.bin/custom-chroot +++ b/.bin/custom-chroot @@ -115,7 +115,12 @@ usage() { main() { bootstrap "$@" - local mounts=( proc sys tmp dev dev/shm run usr/portage usr/portage/distfiles usr/local/src ) + local mounts=( + proc sys tmp dev dev/shm run + usr/portage usr/portage/distfiles + var/db/repos/gentoo var/cache/distfiles + usr/local/src + ) local chroot=${0%/*} case ${chroot} in