From 155d6d1a6f514873d5e539f6d7445744b163f882 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 30 Jan 2005 10:36:17 +0000 Subject: Removed obsolete commented text, chapter04. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4596 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter04/aboutlfs.xml | 25 --------------- chapter04/aboutsbus.xml | 36 ---------------------- chapter04/abouttestsuites.xml | 36 ---------------------- chapter04/addinguser.xml | 69 +----------------------------------------- chapter04/creatingtoolsdir.xml | 38 ----------------------- chapter04/settingenviron.xml | 61 ------------------------------------- 6 files changed, 1 insertion(+), 264 deletions(-) diff --git a/chapter04/aboutlfs.xml b/chapter04/aboutlfs.xml index e974e445c..3b8a979be 100644 --- a/chapter04/aboutlfs.xml +++ b/chapter04/aboutlfs.xml @@ -9,29 +9,4 @@ See testing - - diff --git a/chapter04/aboutsbus.xml b/chapter04/aboutsbus.xml index 1e73867f6..5dcde564d 100644 --- a/chapter04/aboutsbus.xml +++ b/chapter04/aboutsbus.xml @@ -9,40 +9,4 @@ See testing - - diff --git a/chapter04/abouttestsuites.xml b/chapter04/abouttestsuites.xml index aca364c96..55dc3b9ac 100644 --- a/chapter04/abouttestsuites.xml +++ b/chapter04/abouttestsuites.xml @@ -9,40 +9,4 @@ See testing - - diff --git a/chapter04/addinguser.xml b/chapter04/addinguser.xml index ad0a3e836..838fc8b4f 100644 --- a/chapter04/addinguser.xml +++ b/chapter04/addinguser.xml @@ -7,84 +7,17 @@ Adding the user lfs - +Issue the following commands to add the new user: groupadd lfs useradd -s /bin/bash -g lfs -m -k /dev/null lfs - - passwd lfs - - chown lfs $LFS/tools - - chown lfs $LFS/sources - - su - lfs - - diff --git a/chapter04/creatingtoolsdir.xml b/chapter04/creatingtoolsdir.xml index 47ee36a57..7575b3811 100644 --- a/chapter04/creatingtoolsdir.xml +++ b/chapter04/creatingtoolsdir.xml @@ -7,46 +7,8 @@ Creating the $LFS/tools directory - - mkdir $LFS/tools - - ln -s $LFS/tools / - - diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml index f287b93b9..cf3777dd8 100644 --- a/chapter04/settingenviron.xml +++ b/chapter04/settingenviron.xml @@ -7,35 +7,10 @@ Setting up the environment - - cat > ~/.bash_profile << "EOF" exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash EOF - - cat > ~/.bashrc << "EOF" set +h umask 022 @@ -45,42 +20,6 @@ PATH=/tools/bin:/bin:/usr/bin export LFS LC_ALL PATH EOF - - source ~/.bash_profile -- cgit v1.2.3-54-g00ecf