diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-31 20:08:50 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-31 20:08:50 +0000 |
commit | 26bb7e6a992fbb553bc02ad74d7cf23104939484 (patch) | |
tree | 0eba3b1306b4819a3905f2168d37de7d56706f19 /chapter06/bash-inst.xml | |
parent | 293bd8cd5e121a5e77b956facc1ce4414b29da0b (diff) |
Moved the re-enter chroot command in the command block
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash-inst.xml')
-rw-r--r-- | chapter06/bash-inst.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml index 653d49166..619267681 100644 --- a/chapter06/bash-inst.xml +++ b/chapter06/bash-inst.xml @@ -7,13 +7,14 @@ <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>logout</userinput> -<userinput>mv $LFS/usr/bin/bash $LFS/usr/bin/bashbug $LFS/bin</userinput> -</screen></para> +<userinput>mv $LFS/usr/bin/bash $LFS/usr/bin/bashbug $LFS/bin + &&</userinput> +&c6-chrootcmd;</screen></para> -<para>The static bash is replaced with the dynamic bash and the chroot'ed -environment is re-entered by running:</para> - -<para><screen>&c6-chrootcmd;</screen></para> +<para>The static bash is replaced with the dynamic bash after we exit +the chroot'ed environment, after which we re-enter it. We do this +because it's better not to replace the static bash by a dynamic one when +it's in use.</para> </sect2> |