X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/851389e73f0273b93338f49532664ecac13886a0..1631453861ac907938a084f3070a274c281d852a:/doc/offline.sgml?ds=sidebyside diff --git a/doc/offline.sgml b/doc/offline.sgml index f8bd547fb..e973801ba 100644 --- a/doc/offline.sgml +++ b/doc/offline.sgml @@ -4,7 +4,7 @@
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.
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:
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
dselect 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 ]
- # 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 ]