bash-inst.xml 590 B

123456789101112131415161718192021222324252627282930
  1. <sect2>
  2. <title>Installation of Bash</title>
  3. <para>
  4. Install Bash by running the following commands:
  5. </para>
  6. <para>
  7. <screen>
  8. <userinput>./configure --prefix=/usr --with-curses &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 $LFS/bin</userinput>
  13. </screen>
  14. </para>
  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. <para>
  20. <screen>
  21. &c6-chrootcmd;
  22. </screen>
  23. </para>
  24. </sect2>