lfs/chapter06/bash-inst.xml
Gerard Beekmans a65b85fa89 Added chrootcmd.xml and have bash-inst.xml, glibc-inst.xml, m4-inst.xml
and chroot.xml use that file


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-22 23:31:21 +00:00

25 lines
513 B
XML

<sect2>
<title>Installation of Bash</title>
<para>
Install Bash by running the following commands:
</para>
<blockquote><literallayout>
<userinput>./configure --prefix=/usr --with-curses
&amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>logout</userinput>
</literallayout></blockquote>
<para>
The static bash is replaced with the dynamic bash and the chroot'ed
environment is re-entered by running:
</para>
&c6-chrootcmd;
</sect2>