bash-inst.xml 579 B

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