From d93deae15ee91a9b04989777fda563f2ccd5410f Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 4 Sep 2007 21:23:29 +0200 Subject: Shuffle another bunch of files, related to `Distrib/' and `GNU/'. --- .../debian/DebianAptOffline/apt.conf.offline | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 hurd/running/debian/DebianAptOffline/apt.conf.offline (limited to 'hurd/running/debian/DebianAptOffline/apt.conf.offline') diff --git a/hurd/running/debian/DebianAptOffline/apt.conf.offline b/hurd/running/debian/DebianAptOffline/apt.conf.offline new file mode 100644 index 00000000..59aed564 --- /dev/null +++ b/hurd/running/debian/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/"; + }; -- cgit v1.2.3