bash-inst.xml 649 B

12345678910111213141516171819202122232425262728
  1. <sect2>
  2. <title>Installation of Bash</title>
  3. <para>
  4. Install Bash by running the following commands:
  5. </para>
  6. <blockquote><literallayout>
  7. <userinput>./configure --prefix=/usr --with-curses
  8. &amp;&amp;</userinput>
  9. <userinput>make &amp;&amp;</userinput>
  10. <userinput>make install &amp;&amp;</userinput>
  11. <userinput>logout</userinput>
  12. <userinput>mv $LFS/usr/bin/bash $LFS/usr/bin/bashbug
  13. $LFS/bin</userinput>
  14. </literallayout></blockquote>
  15. <para>
  16. The static bash is replaced with the dynamic bash and the chroot'ed
  17. environment is re-entered by running:
  18. </para>
  19. <blockquote><literallayout>
  20. &c6-chrootcmd;
  21. </literallayout></blockquote>
  22. </sect2>