From 5e49531c2381fa865fbf026812be54781da9e1d3 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Fri, 29 Aug 2003 23:20:53 +0000 Subject: Adding some missing markup, and changing remaining /static's to /stage1's. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2696 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/revisedchroot.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/revisedchroot.xml') diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index 4450807d8..09899428c 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -6,13 +6,13 @@ it, you need to run the following modified chroot command. The one at the beginning of this chapter might not work anymore (if your host distribution was based on glibc-2.2.x or older, the programs in /static/bin, such as bash, +class="directory">/stage1/bin, such as bash, will not work anymore). The following chroot command will work regardless of your host distribution's Glibc version. Additionally, now that all software has been installed there is no need to use anything from the /static directory anymore. +class="directory">/stage1 directory anymore. chroot $LFS /usr/bin/env -i \     HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ -- cgit v1.2.3-54-g00ecf