From d9119c0bc55de95967b3de67be1fc49101a9d896 Mon Sep 17 00:00:00 2001 From: Dmytro Milinevskyy Date: Wed, 16 Jun 2010 23:22:40 +0300 Subject: move default skeleton to fs/ and drop busybox skeleton [Peter: fixup patch, adjust for busybox.mk changes] Signed-off-by: Dmytro Milinevskyy Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- fs/skeleton/root/.bash_profile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 fs/skeleton/root/.bash_profile (limited to 'fs/skeleton/root/.bash_profile') diff --git a/fs/skeleton/root/.bash_profile b/fs/skeleton/root/.bash_profile new file mode 100644 index 000000000..27bf14953 --- /dev/null +++ b/fs/skeleton/root/.bash_profile @@ -0,0 +1,15 @@ +# .bash_profile + +export PATH=\ +/bin:\ +/sbin:\ +/usr/bin:\ +/usr/sbin:\ +/usr/bin/X11:\ +/usr/local/bin + +umask 022 + +if [ -f ~/.bashrc ]; then + source ~/.bashrc +fi -- cgit v1.2.3