]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
merge from lp:~mvo/apt/mvo
[apt.git] / doc / examples / configure-index
index 6884e06e32d82f3c6703aff7162f6957c787d092..49e803f9181175534845f6cd33f64c46d2d247a8 100644 (file)
@@ -23,6 +23,7 @@ quiet::NoUpdate "true"; // never update progress information - included in -q=1
 APT 
 {
   Architecture "i386";
+  Architectures { "amd64"; "armel"; };
   Build-Essential "build-essential";
 
   NeverAutoRemove  { "linux-image.*";  };  // packages that should never
@@ -31,6 +32,7 @@ APT
   // Options for apt-get
   Get 
   {
+     Host-Architecture "armel";
      Arch-Only "false";
      AllowUnauthenticated "false";
      AutomaticRemove "false";