From 7d9a7286518599bca4063276f68c71a033281e40 Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Thu, 10 Feb 2011 17:08:13 +0100 Subject: [PATCH] Add /sbin to $PATH (for the tty2 terminal). --- share/config_files/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/config_files/.profile b/share/config_files/.profile index 92580cbc..00a475e9 100644 --- a/share/config_files/.profile +++ b/share/config_files/.profile @@ -1,3 +1,3 @@ PS1="[anaconda \u@\h \W]\\$ " -PATH=/bin:/usr/bin:/usr/sbin:/mnt/sysimage/sbin:/mnt/sysimage/usr/sbin:/mnt/sysimage/bin:/mnt/sysimage/usr/bin +PATH=/bin:/sbin:/usr/bin:/usr/sbin:/mnt/sysimage/sbin:/mnt/sysimage/usr/sbin:/mnt/sysimage/bin:/mnt/sysimage/usr/bin export PATH PS1