summaryrefslogtreecommitdiff
path: root/Distrib/DebianAptOffline/apt.conf.offline
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-08-10 15:56:44 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-08-10 15:56:44 +0200
commit1c6d9a52d3e0bace25ec83f37342423489ef73ea (patch)
tree33c7c2926276c061718f7fbe3dc51f06fdb0028d /Distrib/DebianAptOffline/apt.conf.offline
parent783c7838d24e5d506ae644e7ea4ce77490ef9f28 (diff)
parent312d0bf2c9b288a78064fd9b8d010a3162a5b76c (diff)
Merge branch 'iki-master' of kepler:tmp/hurd/wiki/hurd-wiki.p into merge_pub
Diffstat (limited to 'Distrib/DebianAptOffline/apt.conf.offline')
-rw-r--r--Distrib/DebianAptOffline/apt.conf.offline23
1 files changed, 23 insertions, 0 deletions
diff --git a/Distrib/DebianAptOffline/apt.conf.offline b/Distrib/DebianAptOffline/apt.conf.offline
new file mode 100644
index 00000000..59aed564
--- /dev/null
+++ b/Distrib/DebianAptOffline/apt.conf.offline
@@ -0,0 +1,23 @@
+ APT
+ {
+ /* This is not necessary if the two machines are the same arch, it tells
+ the remote APT what architecture the Debian machine is */
+ 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 */
+ State "./var/lib/apt";
+ State::status "./var/lib/dpkg/status";
+
+ // Binary caches will be stored locally
+ Cache::archives "./var/cache/apt/archives/";
+ Cache "./tmp/";
+
+ // Location of the source list.
+ Etc "./etc/apt/";
+ };