summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2005-08-03 09:22:53 +0000
committerThomas Schwinge <tschwinge@gnu.org>2005-08-03 09:22:53 +0000
commitd7e7d313abc7bc986b0872e96c911410d5abdec6 (patch)
treeccef446bc6788fa5a3ddb384caca9c55ed7d75ed
parent3727785c3c88ff8b28388a80d134c4e92cec13aa (diff)
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/";
+ };