diff options
Diffstat (limited to 'chapter06/bashprofile.xml')
-rw-r--r-- | chapter06/bashprofile.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/chapter06/bashprofile.xml b/chapter06/bashprofile.xml index d1e89a484..00c56f3b7 100644 --- a/chapter06/bashprofile.xml +++ b/chapter06/bashprofile.xml @@ -4,10 +4,9 @@ <para> 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 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. +PS1, PATH and others variables which are good 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. </para> <para> @@ -31,9 +30,8 @@ export PS1 PATH </literallayout> <para> -More environment variables,aliases and whatever else is -needed/wanted can be added at the users own discretion -as he deems them necessary. +Additional environment variables, aliases and so forth that are +needed and/or wanted can be added at your own discretion. </para> </sect1> |