diff options
Diffstat (limited to 'slackbook/html/zipslack-getting.html')
-rw-r--r-- | slackbook/html/zipslack-getting.html | 110 |
1 files changed, 0 insertions, 110 deletions
diff --git a/slackbook/html/zipslack-getting.html b/slackbook/html/zipslack-getting.html deleted file mode 100644 index 3e3e54f4..00000000 --- a/slackbook/html/zipslack-getting.html +++ /dev/null @@ -1,110 +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>Getting ZipSlack</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="ZipSlack" href="zipslack.html" /> -<link rel="PREVIOUS" title="ZipSlack" href="zipslack.html" /> -<link rel="NEXT" title="Booting ZipSlack" href="zipslack-booting.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="zipslack.html" -accesskey="P">Prev</a></td> -<td width="80%" align="center" valign="bottom">Chapter 19 ZipSlack</td> -<td width="10%" align="right" valign="bottom"><a href="zipslack-booting.html" -accesskey="N">Next</a></td> -</tr> -</table> - -<hr align="LEFT" width="100%" /> -</div> - -<div class="SECT1"> -<h1 class="SECT1"><a id="ZIPSLACK-GETTING" name="ZIPSLACK-GETTING">19.2 Getting -ZipSlack</a></h1> - -<p>Obtaining ZipSlack is easy. If you have purchased the official Slackware Linux CD set, -then you already have ZipSlack. Just find the CD that contains the <tt -class="FILENAME">zipslack</tt> directory and place it in your CD-ROM drive. It's usually -the third or fourth disc, but always trust the labels over this documentation as the disk -it resides on is prone to change.</p> - -<p>If you want to download ZipSlack, you should first visit our “Get Slack” -web page for the latest download information:</p> - -<p><a href="http://www.slackware.com/getslack/" -target="_top">http://www.slackware.com/getslack/</a></p> - -<p>ZipSlack is part of each Slackware release. Locate the release you want, and go to -that directory on the FTP site. The latest release directory can be found at this -location:</p> - -<p><a href="ftp://ftp.slackware.com/pub/slackware/slackware/" -target="_top">ftp://ftp.slackware.com/pub/slackware/slackware/</a></p> - -<p>You'll find ZipSlack in the <tt class="FILENAME">/zipslack</tt> subdirectory. ZipSlack -is offered as one big <tt class="FILENAME">.ZIP</tt> file or floppy-sized chunks. The -chunks are in the <tt class="FILENAME">/zipslack/split</tt> directory.</p> - -<p>Don't stop at just the <tt class="FILENAME">.ZIP</tt> files. You should also download -the documentation files and any boot images that appear in the directory.</p> - -<div class="SECT2"> -<h2 class="SECT2"><a id="ZIPSLACK-INSTALLATION" name="ZIPSLACK-INSTALLATION">19.2.1 -Installation</a></h2> - -<p>Once you've downloaded the necessary components, you'll need to extract the <tt -class="FILENAME">.ZIP</tt> file. Be sure to use a 32-bit unzipper. The size and filenames -in the archive are too much for a 16-bit unzipper. Examples of 32-bit unzippers include -WinZip and PKZIP for Windows.</p> - -<p>ZipSlack is designed to be extracted directly to the root directory of a drive (such -as <tt class="DEVICENAME">C:</tt> or <tt class="DEVICENAME">D:</tt>). A <tt -class="FILENAME">\LINUX</tt> directory will be created that contains the actual Slackware -installation. You'll also find the files necessary to booting the system in that -directory as well.</p> - -<p>After you've extracted the files, you should have a <tt class="FILENAME">\LINUX</tt> -directory on the drive of your choosing (we'll use <tt class="DEVICENAME">C:</tt> from -here on).</p> -</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="zipslack.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="zipslack-booting.html" -accesskey="N">Next</a></td> -</tr> - -<tr> -<td width="33%" align="left" valign="top">ZipSlack</td> -<td width="34%" align="center" valign="top"><a href="zipslack.html" -accesskey="U">Up</a></td> -<td width="33%" align="right" valign="top">Booting ZipSlack</td> -</tr> -</table> -</div> -</body> -</html> - |