From 9927d950c9c4fe2153e1e24c46a2cbf94d690245 Mon Sep 17 00:00:00 2001 From: freesource Date: Thu, 2 Aug 2001 01:57:06 +0000 Subject: [PATCH] A nice thing to have. --- yard/replacements/root/.profile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 yard/replacements/root/.profile diff --git a/yard/replacements/root/.profile b/yard/replacements/root/.profile new file mode 100755 index 0000000..5f5fb51 --- /dev/null +++ b/yard/replacements/root/.profile @@ -0,0 +1,18 @@ +# +# A basic .profile for root +# Provided by Horst von Brand +# +export HOSTNAME=Rescue +PATH=/bin:/usr/bin:/sbin:/usr/sbin:/OLDROOT/sbin:/OLDROOT/usr/sbin:/OLDROOT/bin:/OLDROOT/usr/bin:/OLDROOT/usr/local/sbin:/OLDROOT/usr/local/bin +if [ "$TERM" = "" -o "$TERM" = "unknown" ]; then + TERM=linux +fi +PS1='\h:\w# ' +PS2='> ' +unset ignoreeof +umask 022 + +export PATH TERM PS1 PS2 + +LD_LIBRARY_PATH=/lib:/usr/lib:/OLDROOT/lib:/OLDROOT/usr/lib +export LD_LIBRARY_PATH