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