summaryrefslogtreecommitdiffstats
path: root/setup_env_container.sh
AgeCommit message (Collapse)AuthorFilesLines
2014-09-03Convert dev chroot to a container.James Meyer1-0/+208
This was needed to play nice with systemd and the way it mounts /dev/pts inside the chroot as public (breaking the default kernel policy). When public after /dev/pts inside the chroot is unmounted it also unmounts /dev/pts for the host. Same general steps as before. - Create new container with ./setup_env_container.sh - Enter container using ./enter_dev_container.$ARCH.$TS