diff options
Diffstat (limited to 'misc/slackbook/html/zipslack.html')
-rw-r--r-- | misc/slackbook/html/zipslack.html | 128 |
1 files changed, 128 insertions, 0 deletions
diff --git a/misc/slackbook/html/zipslack.html b/misc/slackbook/html/zipslack.html new file mode 100644 index 00000000..7edd94d2 --- /dev/null +++ b/misc/slackbook/html/zipslack.html @@ -0,0 +1,128 @@ +<!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>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="PREVIOUS" title="Making Tags and Tagfiles (for setup)" +href="package-management-making-tags-and-tagfiles.html" /> +<link rel="NEXT" title="Getting ZipSlack" href="zipslack-getting.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="package-management-making-tags-and-tagfiles.html" accesskey="P">Prev</a></td> +<td width="80%" align="center" valign="bottom"></td> +<td width="10%" align="right" valign="bottom"><a href="zipslack-getting.html" +accesskey="N">Next</a></td> +</tr> +</table> + +<hr align="LEFT" width="100%" /> +</div> + +<div class="CHAPTER"> +<h1><a id="ZIPSLACK" name="ZIPSLACK"></a>Chapter 19 ZipSlack</h1> + +<div class="TOC"> +<dl> +<dt><b>Table of Contents</b></dt> + +<dt>19.1 <a href="zipslack.html#ZIPSLACK-WHAT">What is ZipSlack?</a></dt> + +<dt>19.2 <a href="zipslack-getting.html">Getting ZipSlack</a></dt> + +<dt>19.3 <a href="zipslack-booting.html">Booting ZipSlack</a></dt> +</dl> +</div> + +<div class="SECT1"> +<h1 class="SECT1"><a id="ZIPSLACK-WHAT" name="ZIPSLACK-WHAT">19.1 What is +ZipSlack?</a></h1> + +<p>ZipSlack is a special version of Slackware Linux. It's an already installed copy of +Slackware that's ready to run from your DOS or Windows partition. It's a basic +installation, you do not get everything that comes with Slackware.</p> + +<p>ZipSlack gets its name from the form it's distributed in, a big .ZIP file. Users of +DOS and Windows will probably be familiar with these files. They are compressed archives. +The ZipSlack archive contains everything you need to get up and running with +Slackware.</p> + +<p>It is important to note that ZipSlack is significantly different from a regular +installation. Even though they function the same and contain the same programs, their +intended audiences and functions differ. Several advantages and disadvantages of ZipSlack +are discussed below.</p> + +<p>One last thing, you should always review the documentation included in the actual +ZipSlack directory. It contains the latest information regarding installation, booting, +and general use of the product.</p> + +<div class="SECT2"> +<h2 class="SECT2"><a id="ZIPSLACK-ADVANTAGES" name="ZIPSLACK-ADVANTAGES">19.1.1 +Advantages</a></h2> + +<ul> +<li> +<p>Does not require repartitioning of your hard disk.</p> +</li> + +<li> +<p>Great way to learn Slackware Linux without stumbling through the installation +process.</p> +</li> +</ul> +</div> + +<div class="SECT2"> +<h2 class="SECT2"><a id="ZIPSLACK-DISADVANTAGES" name="ZIPSLACK-DISADVANTAGES">19.1.2 +Disadvantages</a></h2> + +<ul> +<li> +<p>Uses the DOS filesystem, which is slower than a native Linux filesystem.</p> +</li> + +<li> +<p>Will not work with Windows NT.</p> +</li> +</ul> +</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="package-management-making-tags-and-tagfiles.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-getting.html" +accesskey="N">Next</a></td> +</tr> + +<tr> +<td width="33%" align="left" valign="top">Making Tags and Tagfiles (for setup)</td> +<td width="34%" align="center" valign="top"> </td> +<td width="33%" align="right" valign="top">Getting ZipSlack</td> +</tr> +</table> +</div> +</body> +</html> + |