From: Mike Frysinger Date: Sat, 25 Jan 2014 10:51:37 +0000 (-0500) Subject: custom-chroot: also mount /dev/shm X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5aba3aea249b686301813669ae0af565e232d07b;p=home.git custom-chroot: also mount /dev/shm --- diff --git a/.bin/custom-chroot b/.bin/custom-chroot index 1306cb9..42b0c5a 100755 --- a/.bin/custom-chroot +++ b/.bin/custom-chroot @@ -93,7 +93,7 @@ usage() { main() { bootstrap "$@" - local mounts=( proc sys tmp dev dev/pts usr/portage usr/portage/distfiles usr/local/src ) + local mounts=( proc sys tmp dev dev/pts dev/shm usr/portage usr/portage/distfiles usr/local/src ) local chroot=${0%/*} case ${chroot} in