bash-inst.xml 668 B

1234567891011121314151617181920
  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
  9. &amp&amp;</userinput>
  10. &c6-chrootcmd;</screen></para>
  11. <para>The static bash is replaced with the dynamic bash after we exit
  12. the chroot'ed environment, after which we re-enter it. We do this
  13. because it's better not to replace the static bash by a dynamic one when
  14. it's in use.</para>
  15. </sect2>