summaryrefslogtreecommitdiff
path: root/unsorted/AptConfOffline.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-11-23 01:06:07 +0100
committerThomas Schwinge <tschwinge@gnu.org>2008-11-23 01:06:07 +0100
commit47d16b97b4d3f207b39f23a619e1c582ace2d476 (patch)
tree83a9973cea2874be79199728e513430d7897fd15 /unsorted/AptConfOffline.mdwn
parent9e7a5b8a0628331aaf9737cd8825093d2a2a43cc (diff)
Assemble unsorted pages.
Diffstat (limited to 'unsorted/AptConfOffline.mdwn')
-rw-r--r--unsorted/AptConfOffline.mdwn28
1 files changed, 28 insertions, 0 deletions
diff --git a/unsorted/AptConfOffline.mdwn b/unsorted/AptConfOffline.mdwn
new file mode 100644
index 00000000..c4cc85be
--- /dev/null
+++ b/unsorted/AptConfOffline.mdwn
@@ -0,0 +1,28 @@
+ APT
+ {
+ /* This file belongs in Debian GNU/Hurd's /etc/apt/apt.conf.offline
+ and will be used when running Debian GNU/Linux. This is only
+ required when the GNU/Hurd does not have network access. */
+
+ Architecture "hurd-i386";
+
+ Get::Download-Only "true";
+ };
+
+ Dir
+ {
+ /* Use the disc for state information and redirect the status file from
+ the /var/lib/dpkg default
+ assumes Debian GNU/Hurd mounted on /misc/hurd and /var mounted underneath this if necessary */
+
+ // State::lists should be here, the lists subdirectory.
+ State "/misc/hurd/var/lib/apt/";
+ State::status "/misc/hurd/var/lib/dpkg/status";
+
+ // Binary caches will be stored locally
+ Cache::archives "/misc/hurd/var/cache/apt/archives/";
+ Cache "/tmp/";
+
+ // Location of the source list.
+ Etc "/misc/hurd/etc/apt/";
+ };