/etc/sysconfig/profile support

This commit is contained in:
Jaroslav Kysela
2015-05-24 20:57:08 +02:00
parent 3b50611490
commit bfaf8a7392
2 changed files with 5 additions and 0 deletions

3
fs-add/root/.profile Normal file
View File

@@ -0,0 +1,3 @@
if test -x /etc/sysconfig/profile; then
. /etc/sysconfig/profile
fi