From 81a47c0302abb616dc4b897ae71e9b0736405a24 Mon Sep 17 00:00:00 2001 From: Thomas Balu Walter Date: Mon, 19 Mar 2001 16:02:50 +0000 Subject: You git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@337 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bashprofile.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'chapter06/bashprofile.xml') diff --git a/chapter06/bashprofile.xml b/chapter06/bashprofile.xml index f34ae8251..d1e89a484 100644 --- a/chapter06/bashprofile.xml +++ b/chapter06/bashprofile.xml @@ -4,7 +4,8 @@ When we have entered the chroot'ed environment in the next section we want to export a couple of environment variables in that shell such as -PS1, PATH and others variables you want to have set. For that purpose we'll +PS1, PATH and others variables a user wants to have set. For that +purpose we'll create the $LFS/root/.bash_profile file which will be read by bash when we enter the chroot environment. @@ -30,8 +31,9 @@ export PS1 PATH -You can add more environment variables,aliases and whatever else you -need/want at your own discretion as you deem them necessary. +More environment variables,aliases and whatever else is +needed/wanted can be added at the users own discretion +as he deems them necessary. -- cgit v1.2.3-54-g00ecf