From b08f4096533577934b885fa9df41d3881d141612 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 15 Feb 2001 15:26:52 +0000 Subject: Initial XML commit git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bashprofile.sgml | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 chapter06/bashprofile.sgml (limited to 'chapter06/bashprofile.sgml') diff --git a/chapter06/bashprofile.sgml b/chapter06/bashprofile.sgml deleted file mode 100644 index f34ae8251..000000000 --- a/chapter06/bashprofile.sgml +++ /dev/null @@ -1,38 +0,0 @@ - -Creating $LFS/root/.bash_profile - - -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 -create the $LFS/root/.bash_profile file which will be read by bash when we -enter the chroot environment. - - - -Create a new file $LFS/root/.bash_profile -by running the following. - - - - -cat > $LFS/root/.bash_profile << "EOF" -# Begin /root/.bash_profile - -PS1='\u:\w\$ ' -PATH=/bin:/usr/bin:/sbin:/usr/sbin - -export PS1 PATH - -# End /root/.bash_profile -EOF - - - - -You can add more environment variables,aliases and whatever else you -need/want at your own discretion as you deem them necessary. - - - - -- cgit v1.2.3-54-g00ecf