diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-30 16:11:37 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-30 17:35:23 +0200 |
commit | 0c17ab2db70bbfe9fdc1846f7f349f02ba517936 (patch) | |
tree | fb9b5fb2141837d7d1e5c76bdd4e4f3f89fe067b | |
parent | 855c4a680dd305afd2a74774dfd95ace8f04250c (diff) |
Minor changes.
-rw-r--r-- | Distrib/DebianAptOffline.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Distrib/DebianAptOffline.mdwn b/Distrib/DebianAptOffline.mdwn index d2dac6b8..9ed9c560 100644 --- a/Distrib/DebianAptOffline.mdwn +++ b/Distrib/DebianAptOffline.mdwn @@ -1,11 +1,11 @@ # How to Installing Packages without a Network Connection from your Hurd Installation This procedure is based on that found in -file:///usr/share/doc/apt-doc/offline.text.gz (package apt-doc). +`/usr/share/doc/apt-doc/offline.text.gz` (Debian package `apt-doc`). This requires having apt installed on the Host operating system. -Put a copy of [apt.conf.offline](http://www.bddebian.com/~wiki/Distrib/DebianAptOffline/apt.conf.offline) +Put a copy of [apt.conf.offline](DebianAptOffline/apt.conf.offline) into your Debian GNU/Hurd installations /etc/apt/ directory. ## If you _can_ mount your Debian GNU/Hurd partition from another OS, which can connect to the Internet @@ -16,7 +16,7 @@ As root on the internet connected OS: # cd /mnt # apt-get -c etc/apt/apt.conf.offline {update, upgrade, install foo, etc.} -Then , reboot into your Debian GNU/Hurd installation and as root, run: +Then, reboot into your Debian GNU/Hurd installation and as root, run: # apt-get {update, upgrade, install foo, etc.} |