mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-29 10:52:14 +08:00
a245e6d1f8
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1327 af4574ff-66df-0310-9fd7-8a98e5e911e0
33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
<sect2>
|
|
<title>Introduction to <application>ASH</application></title>
|
|
|
|
<para><command>ash</command> is a shell that is the most compliant with the
|
|
Bourne Shell (not to be confused with Bourne Again SHell i.e. <application>Bash</application>
|
|
installed in <acronym>LFS</acronym>) without any additional features.
|
|
Bourne Shell is available on most commercial
|
|
<acronym>UNIX</acronym> systems. Hence <command>ash</command> is useful for testing
|
|
scripts to be <command>sh</command>-compliant. It also has a small memory and space requirements
|
|
compared to the other <command>sh</command>-compliant shells.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&ash-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&ash-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download size: &ash-size;</para></listitem>
|
|
<listitem><para>Estimated Disk space required:
|
|
&ash-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&ash-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title>Additional downloads</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Required patch:
|
|
<ulink url="&patch-root;/ash-&ash-version;-cumulative-fixes.patch"/></para></listitem>
|
|
</itemizedlist>
|
|
</sect3>
|
|
|
|
</sect2>
|