X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/c9952021ba65db0581f6053cd6d6e8bf7d563e8f..a1e68c33ac15be454984b00d62c7fc331bd0b32b:/doc/examples/configure-index diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 6884e06e3..49e803f91 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -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";