From 3ea1d7d8173714138c5369aacc989f98a861ac88 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 20 Oct 2009 19:01:08 +0300 Subject: [PATCH] idunn: fixed /etc/profile to provide a good root $PATH --- initramfs/etc_profile.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/initramfs/etc_profile.txt b/initramfs/etc_profile.txt index 32ee5c4..6453576 100644 --- a/initramfs/etc_profile.txt +++ b/initramfs/etc_profile.txt @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: target/idunn/initramfs/etc_profile.txt -# Copyright (C) 2008 The OpenSDE Project +# Copyright (C) 2008 - 2009 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -11,3 +11,5 @@ # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- + +export PATH=/usr/sbin:/usr/bin:/sbin:/bin