diff options
Diffstat (limited to 'rootfs/etc/profile')
-rw-r--r-- | rootfs/etc/profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rootfs/etc/profile b/rootfs/etc/profile new file mode 100644 index 0000000..3c2be89 --- /dev/null +++ b/rootfs/etc/profile @@ -0,0 +1,4 @@ +# /etc/profile +umask 022 +export PATH="$PATH:/usr/bin" + |