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