Update README.html.in for Etch to Lenny version; still needs specific changes for the etchnhalf netinst
This commit is contained in:
parent
0104d11bce
commit
cca6790de4
|
@ -229,7 +229,7 @@ Intro
|
||||||
</H2>
|
</H2>
|
||||||
</a>
|
</a>
|
||||||
<p>
|
<p>
|
||||||
This is one disc in a set containing the
|
This is one disc in a set containing the the
|
||||||
<a href="http://www.debian.org/">Debian GNU/Linux</a>
|
<a href="http://www.debian.org/">Debian GNU/Linux</a>
|
||||||
distribution. Debian is a
|
distribution. Debian is a
|
||||||
very extensive collection of software. But it is more. It is a complete
|
very extensive collection of software. But it is more. It is a complete
|
||||||
|
@ -293,33 +293,20 @@ This disc is labeled
|
||||||
</tt>
|
</tt>
|
||||||
<P>
|
<P>
|
||||||
#ifndef UNOFFEXTRAS
|
#ifndef UNOFFEXTRAS
|
||||||
#if COMPLETE
|
|
||||||
which means that this disc is number DISKNUM of a set of TOTALNUM discs.
|
which means that this disc is number DISKNUM of a set of TOTALNUM discs.
|
||||||
#else
|
|
||||||
This image does not contain all packages needed to install a standard Debian
|
|
||||||
system. During the installation you will be prompted for the location of a
|
|
||||||
network mirror from where additional packages will be retrieved.
|
|
||||||
#endif
|
|
||||||
#if TYPEbinary
|
#if TYPEbinary
|
||||||
The packages on this disc contain programs ("binaries") for 'ARCH' computers.
|
It contains programs ("binaries") for `ARCH' computers.
|
||||||
#if ARCHia64 && !ARCHamd64
|
#if ARCHia64 && !ARCHamd64
|
||||||
<P><strong>Note:</strong> this image only supports systems based on
|
<P><strong>Note:</strong> this image only supports systems based on
|
||||||
Intel Itanium processors; for the more common Intel EM64T processors,
|
Intel Itanium processors; for the more common Intel EM64T processors,
|
||||||
please see the Debian amd64 architecture.
|
please see the Debian amd64 architecture.
|
||||||
#endif
|
#endif
|
||||||
<P>
|
<P>
|
||||||
#if COMPLETE
|
The programs on the Binary discs are ordered by popularity. The Binary-1 disc
|
||||||
The packages on the Binary discs are ordered by popularity. The Binary-1 disc
|
|
||||||
contains the most popular programs and the installation tools; it is possible
|
contains the most popular programs and the installation tools; it is possible
|
||||||
to install and run Debian with only the Binary-1 disc.
|
to install and run Debian with only the Binary-1 disc. The other discs, up to
|
||||||
#if TOTALNUM > 1
|
Binary-TOTALNUM, contain mostly special-interest programs.
|
||||||
It is unlikely that you will need all of the TOTALNUM discs in the set. The
|
<p>
|
||||||
higher the number in the set, the less likely it is that you will use any of
|
|
||||||
the packages on that disc; higher-number images contain mostly special-interest
|
|
||||||
programs.
|
|
||||||
#endif
|
|
||||||
<P>
|
|
||||||
#endif
|
|
||||||
#if OMIT_RELEASE_NOTES
|
#if OMIT_RELEASE_NOTES
|
||||||
The Release Notes for "etch" are available on the <A
|
The Release Notes for "etch" are available on the <A
|
||||||
href="http://www.debian.org/releases/etch/releasenotes">Debian web
|
href="http://www.debian.org/releases/etch/releasenotes">Debian web
|
||||||
|
@ -456,7 +443,7 @@ find in the Debian Bug Tracking System; details at <A
|
||||||
HREF="http://bugs.debian.org/">bugs.debian.org</A>.
|
HREF="http://bugs.debian.org/">bugs.debian.org</A>.
|
||||||
<LI>If you're reporting bugs against this disc or the installation
|
<LI>If you're reporting bugs against this disc or the installation
|
||||||
system, please also mention the version of this disc; this can be
|
system, please also mention the version of this disc; this can be
|
||||||
found in the file <a href="./.disk/info">/.disk/info</a>.
|
found in the file <a href="/.disk/info">/.disk/info</a>.
|
||||||
#endif
|
#endif
|
||||||
#if OFFICIAL_VAL == 2
|
#if OFFICIAL_VAL == 2
|
||||||
<LI>This is an official release of the Debian system. Please report any
|
<LI>This is an official release of the Debian system. Please report any
|
||||||
|
@ -464,7 +451,7 @@ bugs you find in the Debian Bug Tracking System; details at <A
|
||||||
HREF="http://bugs.debian.org/">bugs.debian.org</A>.
|
HREF="http://bugs.debian.org/">bugs.debian.org</A>.
|
||||||
<LI>If you're reporting bugs against this disc or the installation
|
<LI>If you're reporting bugs against this disc or the installation
|
||||||
system, please also mention the version of this disc; this can be
|
system, please also mention the version of this disc; this can be
|
||||||
found in the file <a href="./.disk/info">/.disk/info</a>.
|
found in the file <a href="/.disk/info">/.disk/info</a>.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
@ -491,23 +478,23 @@ found in the file <a href="./.disk/info">/.disk/info</a>.
|
||||||
After installing or upgrading, Debian's packaging system can use CDs, DVDs,
|
After installing or upgrading, Debian's packaging system can use CDs, DVDs,
|
||||||
local collections, or networked servers (FTP, HTTP) to automatically
|
local collections, or networked servers (FTP, HTTP) to automatically
|
||||||
install software from (<tt>.deb</tt> <i>packages</i>). This is done
|
install software from (<tt>.deb</tt> <i>packages</i>). This is done
|
||||||
preferably with the 'apt' and 'aptitude' programs.
|
preferably with the `apt' and `aptitude' programs.
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
|
|
||||||
You can install packages from the commandline using
|
You can install packages from the commandline using
|
||||||
<tt>aptitude</tt>. For example, if you want to install the packages
|
<tt>apt-get</tt>. For example, if you want to install the packages
|
||||||
'commprog' and 'maxgame', you can give the command
|
`commprog' and `maxgame', you can give the command
|
||||||
<P>
|
<P>
|
||||||
<tt>
|
<tt>
|
||||||
aptitude install commprog maxgame
|
apt-get install commprog maxgame
|
||||||
</tt>
|
</tt>
|
||||||
<P>
|
<P>
|
||||||
Note that you don't have to enter the complete path, or the
|
Note that you don't have to enter the complete path, or the
|
||||||
'<tt>.deb</tt>' extension. 'Apt' will figure this out itself.
|
`<tt>.deb</tt>' extension. `Apt' will figure this out itself.
|
||||||
<P>
|
<P>
|
||||||
Or enter just <tt>aptitude</tt> to interactively select available Debian
|
Or use aptitude for a full screen interactive selection of available
|
||||||
packages using a full screen user interface.
|
Debian packages.
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -689,6 +676,11 @@ http://www.linux.org
|
||||||
|
|
||||||
for information on contacting us.
|
for information on contacting us.
|
||||||
</SMALL><P>
|
</SMALL><P>
|
||||||
|
<SMALL>
|
||||||
|
|
||||||
|
Last Modified: Sat Mar 20 12:30:45 EST 2004
|
||||||
|
|
||||||
|
<br></SMALL>
|
||||||
</DIV>
|
</DIV>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in New Issue