From 70de7dc06bae984e4769c89eaef564e449e24d9f Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Thu, 5 Dec 2013 16:16:49 +0100 Subject: [rootfs.stage32] data/etc/profile: Now sourcing profile.local --- remote/rootfs/rootfs-stage32/data/etc/profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'remote/rootfs') diff --git a/remote/rootfs/rootfs-stage32/data/etc/profile b/remote/rootfs/rootfs-stage32/data/etc/profile index 23e7373c..36ebb4c4 100644 --- a/remote/rootfs/rootfs-stage32/data/etc/profile +++ b/remote/rootfs/rootfs-stage32/data/etc/profile @@ -47,6 +47,10 @@ for i in /etc/profile.d/*.sh ; do fi done +# Sourcing /etc/profile.local - please add custom stuff to profile.local +# as /etc/profile may be overwritten by system updates +test -s /etc/profile.local && . /etc/profile.local + if [ -s "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi -- cgit v1.2.3-55-g7522