summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-05-08 21:18:28 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-05-08 21:18:28 +0000
commit55003f1472479cebdc92a83e96fb060bd6239194 (patch)
treedb064a5b72dadb82ab62e3eed166f6680d87d3c7 /rescue
parent198fa853cca1b95712fe825849b4eba7a388a22f (diff)
downloaddrakx-backup-do-not-use-55003f1472479cebdc92a83e96fb060bd6239194.tar
drakx-backup-do-not-use-55003f1472479cebdc92a83e96fb060bd6239194.tar.gz
drakx-backup-do-not-use-55003f1472479cebdc92a83e96fb060bd6239194.tar.bz2
drakx-backup-do-not-use-55003f1472479cebdc92a83e96fb060bd6239194.tar.xz
drakx-backup-do-not-use-55003f1472479cebdc92a83e96fb060bd6239194.zip
no_comment
Diffstat (limited to 'rescue')
-rw-r--r--rescue/tree/etc/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/tree/etc/profile b/rescue/tree/etc/profile
index ffd2b3174..ce6db9cd7 100644
--- a/rescue/tree/etc/profile
+++ b/rescue/tree/etc/profile
@@ -6,7 +6,7 @@
PROFILE_LOADED=1
-export PATH=/bin:/sbin:/usr/bin:/usr/sbin
+export PATH=/usr/bin:/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/mnt/disk/sbin:/mnt/disk/bin:/mnt/disk/usr/sbin:/mnt/disk/usr/bin:/mnt/disk/usr/X11R6/bin
PS1="[root@rescue]\\$ "
ls () { /bin/ls --color=auto -F "$@";}