summaryrefslogtreecommitdiffstats
path: root/templates/etc/.bashrc
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-09-03 23:10:16 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-09-03 23:10:16 (GMT)
commit8bef8020a022c52a8d1d4bb373b5c8cdc256284f (patch)
treeb4ff9cf1c0cbddbc751d93ad18cae4f9b6aaa676 /templates/etc/.bashrc
parentf93d353b9b47120e0ed102342ab4b66f314aff70 (diff)
downloadlinhes_dev-8bef8020a022c52a8d1d4bb373b5c8cdc256284f.zip
Convert dev chroot to a container.
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
Diffstat (limited to 'templates/etc/.bashrc')
-rwxr-xr-xtemplates/etc/.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/etc/.bashrc b/templates/etc/.bashrc
index 9abf8d0..2874bab 100755
--- a/templates/etc/.bashrc
+++ b/templates/etc/.bashrc
@@ -1,3 +1,4 @@
#!/bin/bash
. /etc/profile
-. /etc/bashrc
+. /etc/bash.bashrc
+. /etc/bashrc_linhes