bash-inst.xml 513 B

123456789101112131415161718192021222324
  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. </literallayout></blockquote>
  13. <para>
  14. The static bash is replaced with the dynamic bash and the chroot'ed
  15. environment is re-entered by running:
  16. </para>
  17. &c6-chrootcmd;
  18. </sect2>