summaryrefslogtreecommitdiffstats
path: root/misc/slackbook/html/installation
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--misc/slackbook/html/installation-partitioning.html218
-rw-r--r--misc/slackbook/html/installation-requirements.html388
-rw-r--r--misc/slackbook/html/installation-setup.html387
-rw-r--r--misc/slackbook/html/installation.html176
-rw-r--r--misc/slackbook/html/installation/setup-bootdisk-w.pngbin4010 -> 0 bytes
-rw-r--r--misc/slackbook/html/installation/setup-font-w.pngbin3856 -> 0 bytes
-rw-r--r--misc/slackbook/html/installation/setup-hardware-clock-w.pngbin3916 -> 0 bytes
-rw-r--r--misc/slackbook/html/installation/setup-help-w.pngbin4715 -> 0 bytes
-rw-r--r--misc/slackbook/html/installation/setup-install-w.pngbin7100 -> 0 bytes
-rw-r--r--misc/slackbook/html/installation/setup-kernel-w.pngbin6442 -> 0 bytes
-rw-r--r--misc/slackbook/html/installation/setup-keymap-w.pngbin4526 -> 0 bytes
-rw-r--r--misc/slackbook/html/installation/setup-lilo-w.pngbin5824 -> 0 bytes
-rw-r--r--misc/slackbook/html/installation/setup-modem-w.pngbin5356 -> 0 bytes
-rw-r--r--misc/slackbook/html/installation/setup-mouse-w.pngbin6516 -> 0 bytes
-rw-r--r--misc/slackbook/html/installation/setup-program-w.pngbin5705 -> 0 bytes
-rw-r--r--misc/slackbook/html/installation/setup-select-w.pngbin6817 -> 0 bytes
-rw-r--r--misc/slackbook/html/installation/setup-source-w.pngbin3238 -> 0 bytes
-rw-r--r--misc/slackbook/html/installation/setup-swap-w.pngbin3066 -> 0 bytes
-rw-r--r--misc/slackbook/html/installation/setup-target-w.pngbin3153 -> 0 bytes
-rw-r--r--misc/slackbook/html/installation/setup-timezone-w.pngbin3593 -> 0 bytes
-rw-r--r--misc/slackbook/html/installation/setup-xwmconfig-w.pngbin6767 -> 0 bytes
21 files changed, 0 insertions, 1169 deletions
diff --git a/misc/slackbook/html/installation-partitioning.html b/misc/slackbook/html/installation-partitioning.html
deleted file mode 100644
index 3d3821e5e..000000000
--- a/misc/slackbook/html/installation-partitioning.html
+++ /dev/null
@@ -1,218 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta name="generator" content="HTML Tidy, see www.w3.org" />
-<title>Partitioning</title>
-<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.7" />
-<link rel="HOME" title="Slackware Linux Essentials" href="index.html" />
-<link rel="UP" title="Installation" href="installation.html" />
-<link rel="PREVIOUS" title="System Requirements" href="installation-requirements.html" />
-<link rel="NEXT" title="The setup Program" href="installation-setup.html" />
-<link rel="STYLESHEET" type="text/css" href="docbook.css" />
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-</head>
-<body class="SECT1" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
-alink="#0000FF">
-<div class="NAVHEADER">
-<table summary="Header navigation table" width="100%" border="0" cellpadding="0"
-cellspacing="0">
-<tr>
-<th colspan="3" align="center">Slackware Linux Essentials</th>
-</tr>
-
-<tr>
-<td width="10%" align="left" valign="bottom"><a href="installation-requirements.html"
-accesskey="P">Prev</a></td>
-<td width="80%" align="center" valign="bottom">Chapter 3 Installation</td>
-<td width="10%" align="right" valign="bottom"><a href="installation-setup.html"
-accesskey="N">Next</a></td>
-</tr>
-</table>
-
-<hr align="LEFT" width="100%" />
-</div>
-
-<div class="SECT1">
-<h1 class="SECT1"><a id="INSTALLATION-PARTITIONING" name="INSTALLATION-PARTITIONING">3.3
-Partitioning</a></h1>
-
-<p>After booting from your preferred media, you will need to partition your hard disk.
-The disk partition is where the Linux filesystem will be created and is where Slackware
-will be installed. At the very minimum we recommend creating two partitions; one for your
-root filesystem (<tt class="FILENAME">/</tt>) and one for swap space.</p>
-
-<p>After the root disk finishes loading, it will present you with a login prompt. Log in
-as root (there is no password). At the shell prompt, run either <tt
-class="COMMAND">cfdisk</tt>(8) or <tt class="COMMAND">fdisk</tt>(8). The <tt
-class="COMMAND">cfdisk</tt> program provides a more user-friendly interface than the
-regular <tt class="COMMAND">fdisk</tt> program, but does lack some features. We will
-briefly explain the <tt class="COMMAND">fdisk</tt> program below.</p>
-
-<p>Begin by running <tt class="COMMAND">fdisk</tt> for your hard disk. In Linux, the hard
-disks do not have drive letters, but are represented by a file. The first IDE hard disk
-(primary master) is <tt class="FILENAME">/dev/hda</tt>, the primary slave is <tt
-class="FILENAME">/dev/hdb</tt>, and so on. SCSI disks follow the same type system, but
-are in the form of <tt class="FILENAME">/dev/sd<var class="REPLACEABLE">X</var></tt>. You
-will need to start <tt class="COMMAND">fdisk</tt> and pass it your hard disk:</p>
-
-<table border="0" bgcolor="#E0E0E0" width="100%">
-<tr>
-<td>
-<pre class="SCREEN">
-<samp class="PROMPT">#</samp> <kbd class="USERINPUT">fdisk /dev/hda</kbd>
-</pre>
-</td>
-</tr>
-</table>
-
-<p>Like all good Unix programs, <tt class="COMMAND">fdisk</tt> gives you a prompt
-(thought you were getting a menu, right?). The first thing you should do is examine your
-current partitions. We do that by typing <kbd class="USERINPUT">p</kbd> at the <tt
-class="COMMAND">fdisk</tt> prompt:</p>
-
-<table border="0" bgcolor="#E0E0E0" width="100%">
-<tr>
-<td>
-<pre class="SCREEN">
-Command (m for help): <kbd class="USERINPUT">p</kbd>
-</pre>
-</td>
-</tr>
-</table>
-
-<p>This will display all sorts of information about your current partitions. Most people
-pick a free drive to install to and then remove any existing partitions on it to create
-room for the Linux partitions.</p>
-
-<div class="WARNING">
-<table class="WARNING" width="100%" border="0">
-<tr>
-<td width="25" align="CENTER" valign="TOP"><img src="./imagelib/admon/warning.png"
-hspace="5" alt="Warning" /></td>
-<td align="LEFT" valign="TOP">
-<p>IT IS VERY IMPORTANT THAT YOU BACK UP ANY INFORMATION YOU WANT TO SAVE BEFORE
-DESTROYING THE PARTITION IT LIVES ON.</p>
-</td>
-</tr>
-</table>
-</div>
-
-<p>There is no easy way to recover from deleting a partition, so always back up before
-playing with them.</p>
-
-<p>Looking at the table of partition information you should see a partition number, the
-size of the partition, and its type. There's more information, but don't worry about that
-for now. We are going to delete all of the partitions on this drive to create the Linux
-ones. We run the <kbd class="USERINPUT">d</kbd> command to delete those:</p>
-
-<table border="0" bgcolor="#E0E0E0" width="100%">
-<tr>
-<td>
-<pre class="SCREEN">
-Command (m for help): <kbd class="USERINPUT">d</kbd>
-Partition number (1-4): <kbd class="USERINPUT">1</kbd>
-</pre>
-</td>
-</tr>
-</table>
-
-<p>This process should be continued for each of the partitions. After deleting the
-partitions we are ready to create the Linux ones. We have decided to create one partition
-for our root filesystem and one for swap. It is worth noting that Unix partitioning
-schemes are the subject of many flame wars, and that most users will tell you the best
-way to do it. At a minimum, you should create one partition for <tt
-class="FILENAME">/</tt> and one for swap. Over time, you'll develop a method that works
-well for you.</p>
-
-<p>I use two basic partition schemes. The first is for a desktop. I make 4 partitions,
-<tt class="FILENAME">/</tt>, <tt class="FILENAME">/home</tt>, <tt
-class="FILENAME">/usr/local</tt>, and swap. This lets me re-install or upgrade the entire
-installation under <tt class="FILENAME">/</tt> without wiping out my data files under
-/home or my custom compiled applications under <tt class="FILENAME">/usr/local</tt>. For
-servers, I often replace the <tt class="FILENAME">/usr/local</tt> partition with a <tt
-class="FILENAME">/var</tt> partition. Many different servers store information on that
-partition and having it kept separate from <tt class="FILENAME">/</tt> has certain
-performance benefits. For now, we're sticking with just two partitions: <tt
-class="FILENAME">/</tt> and swap.</p>
-
-<p>Now we create the partitions with the <kbd class="USERINPUT">n</kbd> command:</p>
-
-<table border="0" bgcolor="#E0E0E0" width="100%">
-<tr>
-<td>
-<pre class="SCREEN">
-Command (m for help): <kbd class="USERINPUT">n</kbd>
-Command action
- e extended
- p primary partition (1-4)
-<kbd class="USERINPUT">p</kbd>
-Partition number (1-4):<kbd class="USERINPUT">1</kbd>
-First cylinder (0-1060, default 0):<kbd class="USERINPUT">0</kbd>
- Last cylinder or +size or +sizeM or +sizeK (0-1060, default 1060):<kbd
-class="USERINPUT">+64M</kbd>
-</pre>
-</td>
-</tr>
-</table>
-
-<p>You need to make sure you create primary partitions. The first partition is going to
-be our swap partition. We tell fdisk to make partition number 1 a primary partition. We
-start it at cylinder 0 and for the ending cylinder we type +64M. This will give us a 64
-megabyte partition for swap. (The size of the swap partition you need actually depends on
-the amount of RAM you have. It is conventional wisdom that a swap space double the size
-of your RAM should be created.) Then we define primary partition number 2 starting at the
-first available cylinder and going all the way to the end of the drive.</p>
-
-<table border="0" bgcolor="#E0E0E0" width="100%">
-<tr>
-<td>
-<pre class="SCREEN">
-Command (m for help):<kbd class="USERINPUT">n</kbd>
-Command action
- e extended
- p primary partition (1-4)
-<kbd class="USERINPUT">p</kbd>
-Partition number (1-4):<kbd class="USERINPUT">2</kbd>
-First cylinder (124-1060, default 124):<kbd class="USERINPUT">124</kbd>
-Last cylinder or +size or +sizeM or +sizeK (124-1060, default 1060):<kbd
-class="USERINPUT">1060</kbd>
-</pre>
-</td>
-</tr>
-</table>
-
-<p>We are almost done. We need to change the type of the first partition to type 82
-(Linux swap). Type <kbd class="USERINPUT">t</kbd> to change the type, select the first
-partition, and type <var class="LITERAL">82</var>. Before writing your changes to the
-disk, you should look at the new partition table one last time. Use the <kbd
-class="USERINPUT">p</kbd> in <tt class="COMMAND">fdisk</tt> to display the partition
-table. If everything looks good, type <kbd class="USERINPUT">w</kbd> to write your
-changes to the disk and quit <tt class="COMMAND">fdisk</tt>.</p>
-</div>
-
-<div class="NAVFOOTER">
-<hr align="LEFT" width="100%" />
-<table summary="Footer navigation table" width="100%" border="0" cellpadding="0"
-cellspacing="0">
-<tr>
-<td width="33%" align="left" valign="top"><a href="installation-requirements.html"
-accesskey="P">Prev</a></td>
-<td width="34%" align="center" valign="top"><a href="index.html"
-accesskey="H">Home</a></td>
-<td width="33%" align="right" valign="top"><a href="installation-setup.html"
-accesskey="N">Next</a></td>
-</tr>
-
-<tr>
-<td width="33%" align="left" valign="top">System Requirements</td>
-<td width="34%" align="center" valign="top"><a href="installation.html"
-accesskey="U">Up</a></td>
-<td width="33%" align="right" valign="top">The <tt class="COMMAND">setup</tt>
-Program</td>
-</tr>
-</table>
-</div>
-</body>
-</html>
-
diff --git a/misc/slackbook/html/installation-requirements.html b/misc/slackbook/html/installation-requirements.html
deleted file mode 100644
index e0e53dbf5..000000000
--- a/misc/slackbook/html/installation-requirements.html
+++ /dev/null
@@ -1,388 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta name="generator" content="HTML Tidy, see www.w3.org" />
-<title>System Requirements</title>
-<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.7" />
-<link rel="HOME" title="Slackware Linux Essentials" href="index.html" />
-<link rel="UP" title="Installation" href="installation.html" />
-<link rel="PREVIOUS" title="Installation" href="installation.html" />
-<link rel="NEXT" title="Partitioning" href="installation-partitioning.html" />
-<link rel="STYLESHEET" type="text/css" href="docbook.css" />
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-</head>
-<body class="SECT1" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
-alink="#0000FF">
-<div class="NAVHEADER">
-<table summary="Header navigation table" width="100%" border="0" cellpadding="0"
-cellspacing="0">
-<tr>
-<th colspan="3" align="center">Slackware Linux Essentials</th>
-</tr>
-
-<tr>
-<td width="10%" align="left" valign="bottom"><a href="installation.html"
-accesskey="P">Prev</a></td>
-<td width="80%" align="center" valign="bottom">Chapter 3 Installation</td>
-<td width="10%" align="right" valign="bottom"><a href="installation-partitioning.html"
-accesskey="N">Next</a></td>
-</tr>
-</table>
-
-<hr align="LEFT" width="100%" />
-</div>
-
-<div class="SECT1">
-<h1 class="SECT1"><a id="INSTALLATION-REQUIREMENTS" name="INSTALLATION-REQUIREMENTS">3.2
-System Requirements</a></h1>
-
-<p>An easy Slackware installation requires, at minimum, the following:</p>
-
-<div class="TABLE"><a id="AEN706" name="AEN706"></a>
-<p><b>Table 3-2. System Requirements</b></p>
-
-<table border="0" frame="void" class="CALSTABLE">
-<col />
-<col />
-<thead>
-<tr>
-<th>Hardware</th>
-<th>Requirement</th>
-</tr>
-</thead>
-
-<tbody>
-<tr>
-<td>Processor</td>
-<td>586</td>
-</tr>
-
-<tr>
-<td>RAM</td>
-<td>32 MB</td>
-</tr>
-
-<tr>
-<td>Disk Space</td>
-<td>1GB</td>
-</tr>
-
-<tr>
-<td>Media Drive</td>
-<td>4x CD-ROM</td>
-</tr>
-</tbody>
-</table>
-</div>
-
-<p>If you have the bootable CD, you will probably not need a floppy drive. Of course, it
-stands to reason that if you don't possess a CD-ROM drive, you will need a floppy drive
-to do a network install. A network card is required for an NFS install. See the section
-called NFS for more information.</p>
-
-<p>The disk space requirement is somewhat tricky. The 1GB recommendation is usually safe
-for a minimal install, but if you do a full install, you will need around two gigabytes
-of available hard disk space plus additional space for personal files.. Most users don't
-do a full install. In fact, many run Slackware on as little as 100MB of hard disk
-space.</p>
-
-<p>Slackware can be installed to systems with less RAM, smaller hard drives, and weaker
-CPUs, but doing so will require a little elbow grease. If you're up for a little work,
-take a look at the <tt class="FILENAME">LOWMEM.TXT</tt> file in the distribution tree for
-a few helpful hints.</p>
-
-<div class="SECT2">
-<h2 class="SECT2"><a id="INSTALLATION-SOFTWARE-SERIES"
-name="INSTALLATION-SOFTWARE-SERIES">3.2.1 The Software Series</a></h2>
-
-<p>For reasons of simplicity, Slackware has historically been divided into software
-series. Once called &#8220;disk sets&#8221; because they were designed for floppy-based
-installation, the software series are now used primarily to categorize the packages
-included in Slackware. Today, floppy installation is no longer possible.</p>
-
-<p>The following is a brief description of each software series.</p>
-
-<div class="TABLE"><a id="AEN746" name="AEN746"></a>
-<p><b>Table 3-3. Software Series</b></p>
-
-<table border="0" frame="void" class="CALSTABLE">
-<col width="1*" />
-<col width="4*" />
-<thead>
-<tr>
-<th>Series</th>
-<th>Contents</th>
-</tr>
-</thead>
-
-<tbody>
-<tr>
-<td>A</td>
-<td>The base system. Contains enough software to get up and running and have a text
-editor and basic communication program.</td>
-</tr>
-
-<tr>
-<td>AP</td>
-<td>Various applications that do not require the X Window System.</td>
-</tr>
-
-<tr>
-<td>D</td>
-<td>Program development tools. Compilers, debuggers, interpreters, and man pages are all
-here.</td>
-</tr>
-
-<tr>
-<td>E</td>
-<td>GNU Emacs.</td>
-</tr>
-
-<tr>
-<td>F</td>
-<td>FAQs, HOWTOs, and other miscellaneous documentation.</td>
-</tr>
-
-<tr>
-<td>GNOME</td>
-<td>The GNOME desktop environment.</td>
-</tr>
-
-<tr>
-<td>K</td>
-<td>The source code for the Linux kernel.</td>
-</tr>
-
-<tr>
-<td>KDE</td>
-<td>The K Desktop Environment. An X environment which shares a lot of look-and-feel
-features with MacOS and Windows. The Qt library, which KDE requires, is also in this
-series.</td>
-</tr>
-
-<tr>
-<td>KDEI</td>
-<td>Internationalization packages for the KDE desktop.</td>
-</tr>
-
-<tr>
-<td>L</td>
-<td>Libraries. Dynamically linked libraries required by many other programs.</td>
-</tr>
-
-<tr>
-<td>N</td>
-<td>Networking programs. Daemons, mail programs, telnet, news readers, and so on.</td>
-</tr>
-
-<tr>
-<td>T</td>
-<td>teTeX document formatting system.</td>
-</tr>
-
-<tr>
-<td>TCL</td>
-<td>The Tool Command Language. Tk, TclX, and TkDesk.</td>
-</tr>
-
-<tr>
-<td>X</td>
-<td>The base X Window System.</td>
-</tr>
-
-<tr>
-<td>XAP</td>
-<td>X Applications that are not part of a major desktop environment (for example,
-Ghostscript and Netscape).</td>
-</tr>
-
-<tr>
-<td>Y</td>
-<td>BSD Console games</td>
-</tr>
-</tbody>
-</table>
-</div>
-</div>
-
-<div class="SECT2">
-<h2 class="SECT2"><a id="INSTALLATION-METHODS" name="INSTALLATION-METHODS">3.2.2
-Installation Methods</a></h2>
-
-<div class="SECT3">
-<h3 class="SECT3"><a id="INSTALLATION-INSTALLATION-METHODS-FLOPPY"
-name="INSTALLATION-INSTALLATION-METHODS-FLOPPY">3.2.2.1 Floppy</a></h3>
-
-<p>While it was once possible to install all of Slackware Linux from floppy disks, the
-increasing size of software packages (indeed, of some individual programs) has forced the
-abandonment of the floppy install. As late as Slackware version 7.1 a partial install was
-possible using floppy disks. The A and N series could be nearly entirely installed,
-providing a base system from which to install the rest of the distribution. If you are
-considering a floppy install (typically on older hardware), it is typically recommended
-to find another way, or use an older release. Slackware 4.0 is still very popular for
-this reason, as is 7.0.</p>
-
-<p>Please note that floppy disks are still required for a CD-ROM install if you do not
-have a bootable CD, as well as for an NFS install.</p>
-</div>
-
-<div class="SECT3">
-<h3 class="SECT3"><a id="INSTALLATION-INSTALLLATION-METHODS-CDROM"
-name="INSTALLATION-INSTALLLATION-METHODS-CDROM">3.2.2.2 CD-ROM</a></h3>
-
-<p>If you have the bootable CD, available in the official disc set published by Slackware
-Linux, Inc. (see the section called Getting Slackware), a CD-based installation will be a
-bit simpler for you. If not, you will need to boot from floppies. Also, if you have
-special hardware that makes usage of the kernel on the bootable CD problematic, you may
-need to use specialized floppies.</p>
-
-<p>As of Slackware version 8.1, a new method is used for creating the bootable CDs, which
-does not work as well with certain flaky BIOS chips (it is worth noting that most all
-Linux CDs suffer from this these days). If that is the case, we recommend booting from a
-floppy disk.</p>
-
-<p><a
-href="installation-requirements.html#INSTALLATION-INSTALLATION-METHODS-BOOTDISK">Section
-3.2.3</a> and <a
-href="installation-requirements.html#INSTALLATION-SUPPLEMENTAL-DISK">Section 3.2.5</a>
-provide information on choosing and creating floppies from which to boot, should this be
-necessary.</p>
-</div>
-
-<div class="SECT3">
-<h3 class="SECT3"><a id="AEN823" name="AEN823">3.2.2.3 NFS</a></h3>
-
-<p>NFS (the Network File System) is a way of making filesystems available to remote
-machines. An NFS install allows you to install Slackware from another computer on your
-network. The machine from which you are installing needs to be configured to export the
-Slackware distribution tree to the machine to which you're installing. This, of course,
-involves some knowledge of NFS, which is covered in <a
-href="network-configuration-nfs.html">Section 5.6</a>.</p>
-
-<p>It is possible to perform an NFS install via such methods as PLIP (over a parallel
-port), SLIP, and PPP (though not over a modem connection). However, we recommend the use
-of a network card if available. After all, installing an operating system through your
-printer port is going to be a very, very slow process.</p>
-</div>
-</div>
-
-<div class="SECT2">
-<h2 class="SECT2"><a id="INSTALLATION-INSTALLATION-METHODS-BOOTDISK"
-name="INSTALLATION-INSTALLATION-METHODS-BOOTDISK">3.2.3 Boot Disk</a></h2>
-
-<p>The boot disk is the floppy you actually boot from to begin the installation. It
-contains a compressed kernel image which is used to control the hardware during
-installation. Therefore, it is very much required (unless you're booting from CD, as is
-discussed in the section called CD-ROM). The boot disks are located in the <tt
-class="FILENAME">bootdisks/</tt> directory in the distribution tree.</p>
-
-<p>There are more Slackware boot disks than you can shake a stick at (which is to say
-about 16). A complete list of boot disks, with a description of each, is available in the
-Slackware distribution tree in the file <tt class="FILENAME">bootdisks/README.TXT</tt>.
-However, most people are able to use the <tt class="FILENAME">bare.i</tt> (for IDE
-devices) or <tt class="FILENAME">scsi.s</tt> (for SCSI devices) boot disk image.</p>
-
-<p>See <a href="installation-requirements.html#INSTALLATION-MAKING-THE-DISKS">Section
-3.2.6</a> for instructions on making a disk from an image.</p>
-
-<p>After booting, you will be prompted to insert the root disk. We recommend that you
-just humor the boot disk and play along.</p>
-</div>
-
-<div class="SECT2">
-<h2 class="SECT2"><a id="INSTALLATION-INSTALLATION-METHODS-ROOTDISK"
-name="INSTALLATION-INSTALLATION-METHODS-ROOTDISK">3.2.4 Root Disk</a></h2>
-
-<p>The root disks contain the setup program and a filesystem which is used during
-installation. They are also required. The root disk images are located in the directory
-rootdisks in the distribution tree. You'll have to make two root disks from the <tt
-class="FILENAME">install.1</tt> and <tt class="FILENAME">install.2</tt> images. Here you
-can also find the <tt class="FILENAME">network.dsk</tt>, <tt
-class="FILENAME">pcmcia.dsk</tt>, <tt class="FILENAME">rescue.dsk</tt>, and <tt
-class="FILENAME">sbootmgr.dsk</tt> disks.</p>
-</div>
-
-<div class="SECT2">
-<h2 class="SECT2"><a id="INSTALLATION-SUPPLEMENTAL-DISK"
-name="INSTALLATION-SUPPLEMENTAL-DISK">3.2.5 Supplemental Disk</a></h2>
-
-<p>A supplemental disk is needed if you are performing an NFS install or installing to a
-system with PCMCIA devices. Supplemental disks are in the rootdsks directory in the
-distribution tree, with the filenames <tt class="FILENAME">network.dsk</tt> and <tt
-class="FILENAME">pcmcia.dsk</tt>. Recently other supplemental disks such as <tt
-class="FILENAME">rescue.dsk</tt> and <tt class="FILENAME">sbootmgr.dsk</tt> have been
-added. The rescue disk is a small floppy root image that runs in a 4MB RAM drive. It
-includes some basic networking utilities and the vi editor for quick fixes on busted
-machines. The <tt class="FILENAME">sbootmgr.dsk</tt> disk is used to boot other devices.
-Boot off this disk if your bootable CD-ROM drive doesn't want to boot the Slackware CDs.
-It will prompt you for different things to boot and may offer a convenient way to work
-around a buggy BIOS.</p>
-
-<p>The root disk will instruct you on the use of supplemental disks when it is
-loaded.</p>
-</div>
-
-<div class="SECT2">
-<h2 class="SECT2"><a id="INSTALLATION-MAKING-THE-DISKS"
-name="INSTALLATION-MAKING-THE-DISKS">3.2.6 Making the Disks</a></h2>
-
-<p>Once you've selected a boot disk image, you need to put it on a floppy. The process is
-slightly different depending on which operating system you're using to make the disks. If
-you're running Linux (or pretty much any Unix-like OS) you'll need to use the <tt
-class="COMMAND">dd</tt>(1) command. Assuming <tt class="FILENAME">bare.i</tt> is your
-disk image file and your floppy drive is <tt class="FILENAME">/dev/fd0</tt>, the command
-to make a <tt class="FILENAME">bare.i</tt> floppy is:</p>
-
-<table border="0" bgcolor="#E0E0E0" width="100%">
-<tr>
-<td>
-<pre class="SCREEN">
-<samp class="PROMPT">%</samp> <kbd class="USERINPUT">dd if=bare.i of=/dev/fd0</kbd>
-</pre>
-</td>
-</tr>
-</table>
-
-<p>If you're running a Microsoft OS, you'll need to use the <tt
-class="FILENAME">RAWRITE.EXE</tt> program, which is included in the distribution tree in
-the same directories as the floppy images. Again assuming that <tt
-class="FILENAME">bare.i</tt> is your disk image file and your floppy drive is <tt
-class="FILENAME">A:</tt>, open a DOS prompt and type the following:</p>
-
-<table border="0" bgcolor="#E0E0E0" width="100%">
-<tr>
-<td>
-<pre class="SCREEN">
-C:\ <kbd class="USERINPUT">rawrite a: bare.i</kbd>
-</pre>
-</td>
-</tr>
-</table>
-</div>
-</div>
-
-<div class="NAVFOOTER">
-<hr align="LEFT" width="100%" />
-<table summary="Footer navigation table" width="100%" border="0" cellpadding="0"
-cellspacing="0">
-<tr>
-<td width="33%" align="left" valign="top"><a href="installation.html"
-accesskey="P">Prev</a></td>
-<td width="34%" align="center" valign="top"><a href="index.html"
-accesskey="H">Home</a></td>
-<td width="33%" align="right" valign="top"><a href="installation-partitioning.html"
-accesskey="N">Next</a></td>
-</tr>
-
-<tr>
-<td width="33%" align="left" valign="top">Installation</td>
-<td width="34%" align="center" valign="top"><a href="installation.html"
-accesskey="U">Up</a></td>
-<td width="33%" align="right" valign="top">Partitioning</td>
-</tr>
-</table>
-</div>
-</body>
-</html>
-
diff --git a/misc/slackbook/html/installation-setup.html b/misc/slackbook/html/installation-setup.html
deleted file mode 100644
index 68b06ce10..000000000
--- a/misc/slackbook/html/installation-setup.html
+++ /dev/null
@@ -1,387 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta name="generator" content="HTML Tidy, see www.w3.org" />
-<title>The setup Program</title>
-<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.7" />
-<link rel="HOME" title="Slackware Linux Essentials" href="index.html" />
-<link rel="UP" title="Installation" href="installation.html" />
-<link rel="PREVIOUS" title="Partitioning" href="installation-partitioning.html" />
-<link rel="NEXT" title="System Configuration" href="system-configuration.html" />
-<link rel="STYLESHEET" type="text/css" href="docbook.css" />
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-</head>
-<body class="SECT1" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
-alink="#0000FF">
-<div class="NAVHEADER">
-<table summary="Header navigation table" width="100%" border="0" cellpadding="0"
-cellspacing="0">
-<tr>
-<th colspan="3" align="center">Slackware Linux Essentials</th>
-</tr>
-
-<tr>
-<td width="10%" align="left" valign="bottom"><a href="installation-partitioning.html"
-accesskey="P">Prev</a></td>
-<td width="80%" align="center" valign="bottom">Chapter 3 Installation</td>
-<td width="10%" align="right" valign="bottom"><a href="system-configuration.html"
-accesskey="N">Next</a></td>
-</tr>
-</table>
-
-<hr align="LEFT" width="100%" />
-</div>
-
-<div class="SECT1">
-<h1 class="SECT1"><a id="INSTALLATION-SETUP" name="INSTALLATION-SETUP">3.4 The <tt
-class="COMMAND">setup</tt> Program</a></h1>
-
-<p>Once you have created your partitions, you are ready to install Slackware. The next
-step in the installation process is running the <tt class="COMMAND">setup</tt>(8)
-program. To do so, simply type <tt class="COMMAND">setup</tt> at the shell prompt. <tt
-class="COMMAND">setup</tt> is a menu-driven system for actually installing the Slackware
-packages and configuring your system.</p>
-
-<div class="INFORMALFIGURE"><a id="AEN981" name="AEN981"></a>
-<p><img src="installation/setup-program-w.png" /></p>
-</div>
-
-<p>The setup process goes something like this: You step through each option in the <tt
-class="COMMAND">setup</tt> program, in the order they are listed. (Of course, you are
-free to do things in almost any order you choose, but chances are it isn't going to work
-out very well.) Menu items are selected using the up and down arrow keys, and the
-&#8220;Okay&#8221; and &#8220;Cancel&#8221; buttons can be chosen by using the left and
-right arrow keys. Alternatively, each option has a corresponding key, which is
-highlighted in the option name. Options which are flaggable (those indicated with a <var
-class="LITERAL">[X]</var>) are toggled using the spacebar.</p>
-
-<p>Of course, all of that is described in the &#8220;help&#8221; section of <tt
-class="COMMAND">setup</tt>, but we believe in giving our readers their money's worth.</p>
-
-<div class="SECT2">
-<h2 class="SECT2"><a id="AEN993" name="AEN993">3.4.1 HELP</a></h2>
-
-<p>If this is your first time installing Slackware, you might want to take a look at the
-help screen. It will give a description of each part of <tt class="COMMAND">setup</tt>
-(much like the one we're writing now, but less involved) and instructions for navigating
-the rest of the install.</p>
-
-<div class="INFORMALFIGURE"><a id="AEN997" name="AEN997"></a>
-<p><img src="installation/setup-help-w.png" /></p>
-</div>
-</div>
-
-<div class="SECT2">
-<h2 class="SECT2"><a id="AEN1001" name="AEN1001">3.4.2 KEYMAP</a></h2>
-
-<p>If you require a keymap other than the United States &#8220;qwerty&#8221; layout, you
-may want to take a look at this section. It offers a number of alternate layouts for your
-keyboarding enjoyment.</p>
-
-<div class="INFORMALFIGURE"><a id="AEN1009" name="AEN1009"></a>
-<p><img src="installation/setup-keymap-w.png" /></p>
-</div>
-</div>
-
-<div class="SECT2">
-<h2 class="SECT2"><a id="AEN1013" name="AEN1013">3.4.3 ADDSWAP</a></h2>
-
-<div class="INFORMALFIGURE"><a id="AEN1015" name="AEN1015"></a>
-<p><img src="installation/setup-swap-w.png" /></p>
-</div>
-
-<p>If you created a swap partition (back in <a
-href="installation-partitioning.html">Section 3.3</a>), this section will allow you to
-enable it. It will autodetect and display the swap partitions on your hard drive,
-allowing you to select one to format and enable.</p>
-</div>
-
-<div class="SECT2">
-<h2 class="SECT2"><a id="AEN1023" name="AEN1023">3.4.4 TARGET</a></h2>
-
-<div class="INFORMALFIGURE"><a id="AEN1025" name="AEN1025"></a>
-<p><img src="installation/setup-target-w.png" /></p>
-</div>
-
-<p>The target section is where your other (non-swap) partitions are formatted and mapped
-to filesystem mount points. A list of the partitions on your hard disk will be displayed.
-For each partition, you will be given the option of whether to format that partition or
-not. Depending on the kernel used, you can choose between reiserfs (the default), ext3,
-ext2, jfs, and xfs. Most people use either reiserfs or ext3. In the near future we may
-see support for reiserfs4 slip in.</p>
-
-<p>The first option in the target section is the selection of a partition on which to
-install your root (<tt class="FILENAME">/</tt>) filesystem. After that, you will be able
-to map other partitions to filesystems as you choose. (For instance, you may want your
-third partition, say <tt class="FILENAME">/dev/hda3</tt>, to be your home filesystem.
-This is just an example; map the partitions as you see fit.)</p>
-</div>
-
-<div class="SECT2">
-<h2 class="SECT2"><a id="AEN1035" name="AEN1035">3.4.5 SOURCE</a></h2>
-
-<p>The source section is where you select the source media from which you are installing
-Slackware. Currently there are four sources to choose from. These are CD-ROM, NFS, or a
-premounted directory.</p>
-
-<div class="INFORMALFIGURE"><a id="AEN1038" name="AEN1038"></a>
-<p><img src="installation/setup-source-w.png" /></p>
-</div>
-
-<p>The CD-ROM selection enables a CD-ROM based installation. It will offer the option of
-scanning for a CD-ROM drive or displaying a list from which you can pick your drive type.
-Make sure you have the Slackware CD in your drive before allowing it to scan.</p>
-
-<p>The NFS selection prompts for your network information and the network information for
-your NFS server. The NFS server must be set up in advance. Also note that you cannot use
-hostnames, you must use the IP addresses for both your machine and the NFS server (there
-is no name resolver on the setup disk). Naturally you must have used the <tt
-class="FILENAME">network.dsk</tt> floppy to add support for your network controller.</p>
-
-<p>The premounted directory offers the most flexibility. You can use this method to
-install from things such as Jaz disks, NFS mounts over PLIP, and FAT filesystems. Mount
-the filesystem to a location of your choosing before running setup, then specify that
-location here.</p>
-</div>
-
-<div class="SECT2">
-<h2 class="SECT2"><a id="AEN1054" name="AEN1054">3.4.6 SELECT</a></h2>
-
-<p>The select option allows you to select the software series that you wish to install.
-These series are described in <a
-href="installation-requirements.html#INSTALLATION-SOFTWARE-SERIES">Section 3.2.1</a>.
-Please note that you must install the A series to have a working base system. All other
-series are optional.</p>
-
-<div class="INFORMALFIGURE"><a id="AEN1058" name="AEN1058"></a>
-<p><img src="installation/setup-select-w.png" /></p>
-</div>
-</div>
-
-<div class="SECT2">
-<h2 class="SECT2"><a id="AEN1062" name="AEN1062">3.4.7 INSTALL</a></h2>
-
-<p>Assuming that you have gone through the &#8220;target&#8221;, &#8220;source&#8221;,
-and &#8220;select&#8221; options, the <var class="OPTION">install</var> option will allow
-you to select packages from your chosen software series. If not, it will prompt you to go
-back and complete the other sections of the setup program. This option allows you to
-select from six different installation methods: <var class="OPTION">full</var>, <var
-class="OPTION">newbie</var>, <var class="OPTION">menu</var>, <var
-class="OPTION">expert</var>, <var class="OPTION">custom</var>, and <var
-class="OPTION">tag path</var>.</p>
-
-<div class="INFORMALFIGURE"><a id="AEN1077" name="AEN1077"></a>
-<p><img src="installation/setup-install-w.png" /></p>
-</div>
-
-<p>The <var class="OPTION">full</var> option will install every package from all the
-software series that you chose in the &#8220;select&#8221; section. There is no further
-prompting. This is the easiest installation method, since you do not need to make any
-decisions on the actual packages to install. Of course, this option also takes up the
-most hard drive space.</p>
-
-<p>The next option is <var class="OPTION">newbie</var>. This option installs all of the
-required packages in the selected series. For all other packages, it offers a prompt
-where you can select &#8220;Yes&#8221;, &#8220;No&#8221;, or &#8220;Skip&#8221;. Yes and
-No do the obvious, while Skip will go ahead to the next software series. Additionally,
-you will see a description and size requirement for each package to help you decide if
-you need it. We recommend this option for new users, as it ensures that you get all the
-required packages installed. However, it is a little slow because of the prompting.</p>
-
-<p><var class="OPTION">Menu</var> is a faster and more advanced version of the newbie
-option. For each series, a menu is displayed, from which you can select all the
-non-required packages you want to install. Required packages are not displayed on this
-menu.</p>
-
-<p>For the more advanced user, install offers the <var class="OPTION">expert</var>
-option. This allows you complete control over what packages get installed. You can
-deselect packages that are absolutely required, resulting in a broken system. On the
-other hand, you can control exactly what goes onto your system. Simply select the
-packages from each series that you want installed. This is not recommended for the new
-user, as it is quite easy to shoot yourself in the foot.</p>
-
-<p>The <var class="OPTION">custom</var> and <var class="OPTION">tag path</var> options
-are also for advanced users. These options allow you to install based upon custom tag
-files that you created in the distribution tree. This is useful for installing to large
-numbers of machines fairly quickly. For more information on using tag files, see <a
-href="package-management-making-tags-and-tagfiles.html">Section 18.4</a>.</p>
-
-<p>After selecting your installation method, one of a few things will happen. If you
-selected full or menu, a menu screen will appear, allowing you to select the packages to
-be installed. If you selected full, packages will immediately start getting installed to
-the target. If you selected newbie, packages will be installed until an optional package
-is reached.</p>
-
-<p>Note that it is possible to run out of space while installing. If you selected too
-many packages for the amount of free space on the target device, you will have problems.
-The safest thing to do is to select some software and add more later, if you need it.
-This can easily be done using Slackware's package management tools. For this information,
-see <a href="package-management.html">Chapter 18</a>.</p>
-</div>
-
-<div class="SECT2">
-<h2 class="SECT2"><a id="AEN1100" name="AEN1100">3.4.8 CONFIGURE</a></h2>
-
-<p>The configure section allows you to do some basic system configuration, now that the
-packages have been installed. What you see here depends in large part upon which software
-you have installed. You will, however, always see the following:</p>
-
-<div class="SECT3">
-<h3 class="SECT3"><a id="AEN1103" name="AEN1103">3.4.8.1 Kernel selection</a></h3>
-
-<p>Here you will be asked to select a kernel to install. You can install the kernel from
-the boot disk you used to install, the Slackware CD-ROM, or from another floppy which you
-(always thinking ahead) have prepared. Or you can elect to skip, in which case the
-default kernel will be installed and play will continue to the dealer's left.</p>
-
-<div class="INFORMALFIGURE"><a id="AEN1106" name="AEN1106"></a>
-<p><img src="installation/setup-kernel-w.png" /></p>
-</div>
-</div>
-
-<div class="SECT3">
-<h3 class="SECT3"><a id="AEN1110" name="AEN1110">3.4.8.2 Make a boot disk</a></h3>
-
-<p>Making a boot disk for future use is probably a good idea. You will have the option of
-formatting a floppy and then creating one of two types of boot disk. The first type, <var
-class="OPTION">simple</var>, simply (go figure) writes a kernel to the floppy. A more
-flexible (and highly recommended) option is <var class="OPTION">lilo</var>, which will of
-course create a lilo boot disk. See LILO in <a href="booting.html#BOOTING-LILO">Section
-7.1</a> for more information. Of course, you may also choose to simply <var
-class="LITERAL">continue</var>, in which case no boot disk will be made.</p>
-
-<div class="INFORMALFIGURE"><a id="AEN1119" name="AEN1119"></a>
-<p><img src="installation/setup-bootdisk-w.png" /></p>
-</div>
-</div>
-
-<div class="SECT3">
-<h3 class="SECT3"><a id="AEN1123" name="AEN1123">3.4.8.3 Modem</a></h3>
-
-<p>You will be prompted for modem information. More specifically, you will be asked
-whether you have a modem, and if so, what serial port it is on.</p>
-
-<div class="INFORMALFIGURE"><a id="AEN1128" name="AEN1128"></a>
-<p><img src="installation/setup-modem-w.png" /></p>
-</div>
-
-<p>These next configuration subsections may or may not appear, depending on whether or
-not you installed their corresponding packages.</p>
-</div>
-
-<div class="SECT3">
-<h3 class="SECT3"><a id="AEN1133" name="AEN1133">3.4.8.4 Timezone</a></h3>
-
-<p>This one's pretty straightforward: you will be asked what time zone you are in. If you
-operate on Zulu time, we are very sorry; the (extremely long) list is alphabetically
-ordered, and you're at the bottom.</p>
-
-<div class="INFORMALFIGURE"><a id="AEN1138" name="AEN1138"></a>
-<p><img src="installation/setup-timezone-w.png" /></p>
-</div>
-</div>
-
-<div class="SECT3">
-<h3 class="SECT3"><a id="AEN1142" name="AEN1142">3.4.8.5 Mouse</a></h3>
-
-<p>This subsection simply asks what kind of mouse you have, and whether you want <tt
-class="COMMAND">gpm</tt>(8) console mouse support enabled on bootup.</p>
-
-<div class="INFORMALFIGURE"><a id="AEN1148" name="AEN1148"></a>
-<p><img src="installation/setup-mouse-w.png" /></p>
-</div>
-</div>
-
-<div class="SECT3">
-<h3 class="SECT3"><a id="AEN1152" name="AEN1152">3.4.8.6 Hardware clock</a></h3>
-
-<p>This subsection asks if your computer's hardware clock is set to Coordinated Universal
-Time (UTC or GMT). Most PCs are not, so you should probably say no.</p>
-
-<div class="INFORMALFIGURE"><a id="AEN1155" name="AEN1155"></a>
-<p><img src="installation/setup-hardware-clock-w.png" /></p>
-</div>
-</div>
-
-<div class="SECT3">
-<h3 class="SECT3"><a id="AEN1159" name="AEN1159">3.4.8.7 Font</a></h3>
-
-<p>The font subsection allows you to choose from a list of custom console fonts.</p>
-
-<div class="INFORMALFIGURE"><a id="AEN1164" name="AEN1164"></a>
-<p><img src="installation/setup-font-w.png" /></p>
-</div>
-</div>
-
-<div class="SECT3">
-<h3 class="SECT3"><a id="AEN1168" name="AEN1168">3.4.8.8 LILO</a></h3>
-
-<p>Here you are prompted for installation of LILO (the LInux LOader; see <a
-href="booting.html#BOOTING-LILO">Section 7.1</a> for more information).</p>
-
-<div class="INFORMALFIGURE"><a id="AEN1174" name="AEN1174"></a>
-<p><img src="installation/setup-lilo-w.png" /></p>
-</div>
-
-<p>If Slackware is to be the only operating system on your computer, <var
-class="OPTION">simple</var> should work just fine for you. If you are dual-booting, the
-<var class="OPTION">expert</var> option is a better choice. See <a
-href="booting-dual.html">Section 7.3</a> for more information on dual-booting. The third
-option, <var class="OPTION">do not install</var>, is not recommended unless you know what
-you're doing and have a very good reason for not installing LILO. If you are performing
-an expert install, you will be given a choice as to where LILO will be put. You may place
-LILO in the MBR (Master Boot Record) of your hard drive, in the superblock of your root
-Linux partition, or on a floppy disk.</p>
-</div>
-
-<div class="SECT3">
-<h3 class="SECT3"><a id="AEN1183" name="AEN1183">3.4.8.9 Network</a></h3>
-
-<p>The network configuration subsection is actually <tt class="COMMAND">netconfig</tt>.
-See <a href="network-configuration.html#NETWORK-CONFIGURATION-NETCONFIG">Section 5.1</a>
-for more information.</p>
-</div>
-
-<div class="SECT3">
-<h3 class="SECT3"><a id="AEN1190" name="AEN1190">3.4.8.10 X Window Manager</a></h3>
-
-<p>This subsection will allow you to choose a default window manager for X. See <a
-href="x-window-system.html">Chapter 6</a> for more details on X and window managers.</p>
-
-<div class="INFORMALFIGURE"><a id="AEN1198" name="AEN1198"></a>
-<p><img src="installation/setup-xwmconfig-w.png" /></p>
-</div>
-
-<p>No matter which packages you installed, the last thing configure will do is ask you
-whether you want to go ahead and set a <tt class="USERNAME">root</tt> password. For
-security reasons, this is probably a good idea; however, like almost everything else in
-Slackware, this is your call.</p>
-</div>
-</div>
-</div>
-
-<div class="NAVFOOTER">
-<hr align="LEFT" width="100%" />
-<table summary="Footer navigation table" width="100%" border="0" cellpadding="0"
-cellspacing="0">
-<tr>
-<td width="33%" align="left" valign="top"><a href="installation-partitioning.html"
-accesskey="P">Prev</a></td>
-<td width="34%" align="center" valign="top"><a href="index.html"
-accesskey="H">Home</a></td>
-<td width="33%" align="right" valign="top"><a href="system-configuration.html"
-accesskey="N">Next</a></td>
-</tr>
-
-<tr>
-<td width="33%" align="left" valign="top">Partitioning</td>
-<td width="34%" align="center" valign="top"><a href="installation.html"
-accesskey="U">Up</a></td>
-<td width="33%" align="right" valign="top">System Configuration</td>
-</tr>
-</table>
-</div>
-</body>
-</html>
-
diff --git a/misc/slackbook/html/installation.html b/misc/slackbook/html/installation.html
deleted file mode 100644
index c2d1140e2..000000000
--- a/misc/slackbook/html/installation.html
+++ /dev/null
@@ -1,176 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta name="generator" content="HTML Tidy, see www.w3.org" />
-<title>Installation</title>
-<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.7" />
-<link rel="HOME" title="Slackware Linux Essentials" href="index.html" />
-<link rel="PREVIOUS" title="Online Help" href="help-online.html" />
-<link rel="NEXT" title="System Requirements" href="installation-requirements.html" />
-<link rel="STYLESHEET" type="text/css" href="docbook.css" />
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-</head>
-<body class="CHAPTER" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
-alink="#0000FF">
-<div class="NAVHEADER">
-<table summary="Header navigation table" width="100%" border="0" cellpadding="0"
-cellspacing="0">
-<tr>
-<th colspan="3" align="center">Slackware Linux Essentials</th>
-</tr>
-
-<tr>
-<td width="10%" align="left" valign="bottom"><a href="help-online.html"
-accesskey="P">Prev</a></td>
-<td width="80%" align="center" valign="bottom"></td>
-<td width="10%" align="right" valign="bottom"><a href="installation-requirements.html"
-accesskey="N">Next</a></td>
-</tr>
-</table>
-
-<hr align="LEFT" width="100%" />
-</div>
-
-<div class="CHAPTER">
-<h1><a id="INSTALLATION" name="INSTALLATION"></a>Chapter 3 Installation</h1>
-
-<div class="TOC">
-<dl>
-<dt><b>Table of Contents</b></dt>
-
-<dt>3.1 <a href="installation.html#INSTALLATION-GETTING">Getting Slackware</a></dt>
-
-<dt>3.2 <a href="installation-requirements.html">System Requirements</a></dt>
-
-<dt>3.3 <a href="installation-partitioning.html">Partitioning</a></dt>
-
-<dt>3.4 <a href="installation-setup.html">The <tt class="COMMAND">setup</tt>
-Program</a></dt>
-</dl>
-</div>
-
-<p>Before you can use Slackware Linux, you'll have to obtain and install it. Getting
-Slackware is as easy as purchasing it or downloading it for free over the Internet.
-Installing it is also easy as long as you have some basic knowledge about your computer
-and are willing to learn a few other things. The installation program itself is very much
-a step-by-step process. Because of this, you can be up and running very quickly. In fact,
-Slackware boasts one of the lowest installation times of any full-featured Linux
-distribution.</p>
-
-<div class="SECT1">
-<h1 class="SECT1"><a id="INSTALLATION-GETTING" name="INSTALLATION-GETTING">3.1 Getting
-Slackware</a></h1>
-
-<div class="SECT2">
-<h2 class="SECT2"><a id="AEN641" name="AEN641">3.1.1 The Official Disc and Box
-Sets</a></h2>
-
-<p>The official Slackware Linux CD set is available from Slackware Linux, Inc. The CD set
-consists of 4 discs. The first disk contains all the software needed for a basic server
-install, and the X window system. The second cd is a &#8220;live&#8221; cd; that is, a
-bootable cd that installs into RAM and gives you a temporary installation to play around
-with or do a data or machine rescue. This cd also contains a few packages such as the KDE
-and GNOME desktop environments. A few other goodies are included on the second cd
-including many non-vital packages in the &#8220;extra&#8221; folder. The third and fourth
-CDs contain the source code to all of Slackware, along with the original edition of this
-book.</p>
-
-<p>One may also purchase a boxed set that includes the 4 discs and a copy of this book,
-as well as lots of neat Slackware gear to show off your geek pride. CD subscriptions are
-available at a reduced rate also.</p>
-
-<p>The preferred method for shopping for Slackware merchandise is online at the Slackware
-store.</p>
-
-<p><a href="http://store.slackware.com" target="_top">http://store.slackware.com</a></p>
-
-<p>You can also call or e-mail your order in.</p>
-
-<div class="TABLE"><a id="AEN661" name="AEN661"></a>
-<p><b>Table 3-1. Slackware Linux, Inc. Contact Information</b></p>
-
-<table border="0" frame="void" class="CALSTABLE">
-<col width="1*" />
-<col width="2*" />
-<thead>
-<tr>
-<th>Method</th>
-<th>Contact Details</th>
-</tr>
-</thead>
-
-<tbody>
-<tr>
-<td>Telephone</td>
-<td>1-(925) 674-0783</td>
-</tr>
-
-<tr>
-<td>Website</td>
-<td>http://store.slackware.com</td>
-</tr>
-
-<tr>
-<td>Email</td>
-<td>orders@slackware.com</td>
-</tr>
-
-<tr>
-<td>Postal</td>
-<td>1164 Claremont Drive, Brentwood, CA 94513</td>
-</tr>
-</tbody>
-</table>
-</div>
-</div>
-
-<div class="SECT2">
-<h2 class="SECT2"><a id="AEN683" name="AEN683">3.1.2 Via the Internet</a></h2>
-
-<p>Slackware Linux is also freely available over the Internet. You may email in your
-support questions, but higher priority will be given to those who have purchased the
-official CD set. With that said, we get a lot of e-mails and our time is rather limited.
-Before e-mailing for support consider reading <a href="help.html">Chapter 2</a>
-first.</p>
-
-<p>The official Slackware Linux Project website is located at:</p>
-
-<p><a href="http://www.slackware.com/" target="_top">http://www.slackware.com/</a></p>
-
-<p>The primary FTP location for Slackware Linux is:</p>
-
-<p><a href="ftp://ftp.slackware.com/pub/slackware/"
-target="_top">ftp://ftp.slackware.com/pub/slackware/</a></p>
-
-<p>Bear in mind that our ftp site, while open for general use, does not have unlimited
-bandwidth. Please consider using a mirror near you to download Slackware. An incomplete
-list of mirrors can be found on our site at <a href="http://www.slackware.com/getslack"
-target="_top">http://www.slackware.com/getslack</a>.</p>
-</div>
-</div>
-</div>
-
-<div class="NAVFOOTER">
-<hr align="LEFT" width="100%" />
-<table summary="Footer navigation table" width="100%" border="0" cellpadding="0"
-cellspacing="0">
-<tr>
-<td width="33%" align="left" valign="top"><a href="help-online.html"
-accesskey="P">Prev</a></td>
-<td width="34%" align="center" valign="top"><a href="index.html"
-accesskey="H">Home</a></td>
-<td width="33%" align="right" valign="top"><a href="installation-requirements.html"
-accesskey="N">Next</a></td>
-</tr>
-
-<tr>
-<td width="33%" align="left" valign="top">Online Help</td>
-<td width="34%" align="center" valign="top">&nbsp;</td>
-<td width="33%" align="right" valign="top">System Requirements</td>
-</tr>
-</table>
-</div>
-</body>
-</html>
-
diff --git a/misc/slackbook/html/installation/setup-bootdisk-w.png b/misc/slackbook/html/installation/setup-bootdisk-w.png
deleted file mode 100644
index 55eb7b2a3..000000000
--- a/misc/slackbook/html/installation/setup-bootdisk-w.png
+++ /dev/null
Binary files differ
diff --git a/misc/slackbook/html/installation/setup-font-w.png b/misc/slackbook/html/installation/setup-font-w.png
deleted file mode 100644
index c18769669..000000000
--- a/misc/slackbook/html/installation/setup-font-w.png
+++ /dev/null
Binary files differ
diff --git a/misc/slackbook/html/installation/setup-hardware-clock-w.png b/misc/slackbook/html/installation/setup-hardware-clock-w.png
deleted file mode 100644
index 784975dac..000000000
--- a/misc/slackbook/html/installation/setup-hardware-clock-w.png
+++ /dev/null
Binary files differ
diff --git a/misc/slackbook/html/installation/setup-help-w.png b/misc/slackbook/html/installation/setup-help-w.png
deleted file mode 100644
index 21958005e..000000000
--- a/misc/slackbook/html/installation/setup-help-w.png
+++ /dev/null
Binary files differ
diff --git a/misc/slackbook/html/installation/setup-install-w.png b/misc/slackbook/html/installation/setup-install-w.png
deleted file mode 100644
index 7ca526989..000000000
--- a/misc/slackbook/html/installation/setup-install-w.png
+++ /dev/null
Binary files differ
diff --git a/misc/slackbook/html/installation/setup-kernel-w.png b/misc/slackbook/html/installation/setup-kernel-w.png
deleted file mode 100644
index 206c3d760..000000000
--- a/misc/slackbook/html/installation/setup-kernel-w.png
+++ /dev/null
Binary files differ
diff --git a/misc/slackbook/html/installation/setup-keymap-w.png b/misc/slackbook/html/installation/setup-keymap-w.png
deleted file mode 100644
index ab7dd6f45..000000000
--- a/misc/slackbook/html/installation/setup-keymap-w.png
+++ /dev/null
Binary files differ
diff --git a/misc/slackbook/html/installation/setup-lilo-w.png b/misc/slackbook/html/installation/setup-lilo-w.png
deleted file mode 100644
index 638a29ff1..000000000
--- a/misc/slackbook/html/installation/setup-lilo-w.png
+++ /dev/null
Binary files differ
diff --git a/misc/slackbook/html/installation/setup-modem-w.png b/misc/slackbook/html/installation/setup-modem-w.png
deleted file mode 100644
index e1c8877e9..000000000
--- a/misc/slackbook/html/installation/setup-modem-w.png
+++ /dev/null
Binary files differ
diff --git a/misc/slackbook/html/installation/setup-mouse-w.png b/misc/slackbook/html/installation/setup-mouse-w.png
deleted file mode 100644
index 31ee6b35b..000000000
--- a/misc/slackbook/html/installation/setup-mouse-w.png
+++ /dev/null
Binary files differ
diff --git a/misc/slackbook/html/installation/setup-program-w.png b/misc/slackbook/html/installation/setup-program-w.png
deleted file mode 100644
index 721ed0587..000000000
--- a/misc/slackbook/html/installation/setup-program-w.png
+++ /dev/null
Binary files differ
diff --git a/misc/slackbook/html/installation/setup-select-w.png b/misc/slackbook/html/installation/setup-select-w.png
deleted file mode 100644
index d2f7a1442..000000000
--- a/misc/slackbook/html/installation/setup-select-w.png
+++ /dev/null
Binary files differ
diff --git a/misc/slackbook/html/installation/setup-source-w.png b/misc/slackbook/html/installation/setup-source-w.png
deleted file mode 100644
index 226ef5b60..000000000
--- a/misc/slackbook/html/installation/setup-source-w.png
+++ /dev/null
Binary files differ
diff --git a/misc/slackbook/html/installation/setup-swap-w.png b/misc/slackbook/html/installation/setup-swap-w.png
deleted file mode 100644
index f17ba4f3c..000000000
--- a/misc/slackbook/html/installation/setup-swap-w.png
+++ /dev/null
Binary files differ
diff --git a/misc/slackbook/html/installation/setup-target-w.png b/misc/slackbook/html/installation/setup-target-w.png
deleted file mode 100644
index 142cf8bce..000000000
--- a/misc/slackbook/html/installation/setup-target-w.png
+++ /dev/null
Binary files differ
diff --git a/misc/slackbook/html/installation/setup-timezone-w.png b/misc/slackbook/html/installation/setup-timezone-w.png
deleted file mode 100644
index b51500b85..000000000
--- a/misc/slackbook/html/installation/setup-timezone-w.png
+++ /dev/null
Binary files differ
diff --git a/misc/slackbook/html/installation/setup-xwmconfig-w.png b/misc/slackbook/html/installation/setup-xwmconfig-w.png
deleted file mode 100644
index 91c8cc015..000000000
--- a/misc/slackbook/html/installation/setup-xwmconfig-w.png
+++ /dev/null
Binary files differ