]> git.saurik.com Git - apt.git/blobdiff - doc/offline.sgml
* cmdline/apt-cache.cc:
[apt.git] / doc / offline.sgml
index f49cb3e2252ca73e75038e784ade1af90a73c486..e973801ba4de951de5b73829abe91fc07a9d96b5 100644 (file)
@@ -1,10 +1,10 @@
-<!doctype debiandoc system>
 <!-- -*- mode: sgml; mode: fold -*- -->
 <!-- -*- mode: sgml; mode: fold -*- -->
+<!doctype debiandoc  PUBLIC  "-//DebianDoc//DTD DebianDoc//EN">
 <book>
 <title>Using APT Offline</title>
 
 <author>Jason Gunthorpe <email>jgg@debian.org</email></author>
 <book>
 <title>Using APT Offline</title>
 
 <author>Jason Gunthorpe <email>jgg@debian.org</email></author>
-<version>$Id: offline.sgml,v 1.4 2001/08/07 04:58:38 jgg Exp $</version>
+<version>$Id: offline.sgml,v 1.8 2003/02/12 15:06:41 doogie Exp $</version>
 
 <abstract>
 This document describes how to use APT in a non-networked environment, 
 
 <abstract>
 This document describes how to use APT in a non-networked environment, 
@@ -21,7 +21,7 @@ option) any later version.
 
 <p>
 For more details, on Debian GNU/Linux systems, see the file
 
 <p>
 For more details, on Debian GNU/Linux systems, see the file
-/usr/doc/copyright/GPL for the full license.
+/usr/share/common-licenses/GPL for the full license.
 </copyright>
 
 <toc sect>
 </copyright>
 
 <toc sect>
@@ -122,7 +122,7 @@ disc:
 </example>
 
 More details can be seen by examining the apt.conf man page and the sample
 </example>
 
 More details can be seen by examining the apt.conf man page and the sample
-configuration file in <em>/usr/doc/apt/examples/apt.conf</em>.
+configuration file in <em>/usr/share/doc/apt/examples/apt.conf</em>.
 
 <p>
 On the remote Debian machine the first thing to do is mount the disc and copy 
 
 <p>
 On the remote Debian machine the first thing to do is mount the disc and copy 
@@ -140,7 +140,7 @@ On the remote machine execute the following:
 </example>
 
 The dist-upgrade command can be replaced with any-other standard APT commands,
 </example>
 
 The dist-upgrade command can be replaced with any-other standard APT commands,
-particularly dselect-upgrad. You can even use an APT front end such as 
+particularly dselect-upgrade. You can even use an APT front end such as 
 <em>dselect</em> However this presents a problem in communicating your 
 selections back to the local computer.
 
 <em>dselect</em> However this presents a problem in communicating your 
 selections back to the local computer.
 
@@ -152,7 +152,7 @@ the Debian machine. Take the disc back and run:
   # export APT_CONFIG="/disc/apt.conf"
   # apt-get check
   [ APT generates a local copy of the cache files ]
   # export APT_CONFIG="/disc/apt.conf"
   # apt-get check
   [ APT generates a local copy of the cache files ]
-  # apt-get --no-d -o dir::etc::status=/var/lib/dpkg/status dist-upgrade
+  # apt-get --no-d -o dir::state::status=/var/lib/dpkg/status dist-upgrade
   [ Or any other APT command ]
 </example>
 
   [ Or any other APT command ]
 </example>