From: Mike Frysinger Date: Sun, 15 Feb 2015 10:25:18 +0000 (-0500) Subject: chroot: start bind mounting /run X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c3e618ce89ab1554cf854443e429fc14306fff85;p=home.git chroot: start bind mounting /run --- diff --git a/.bin/custom-chroot b/.bin/custom-chroot index 4a5045d..f86e41d 100755 --- a/.bin/custom-chroot +++ b/.bin/custom-chroot @@ -97,7 +97,7 @@ usage() { main() { bootstrap "$@" - local mounts=( proc sys tmp dev dev/pts dev/shm usr/portage usr/portage/distfiles usr/local/src ) + local mounts=( proc sys tmp dev dev/pts dev/shm run usr/portage usr/portage/distfiles usr/local/src ) local chroot=${0%/*} case ${chroot} in