X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/c9952021ba65db0581f6053cd6d6e8bf7d563e8f..a1b5561a036ebbe416cccfb2bd476a838ddb6286:/doc/examples/configure-index?ds=sidebyside diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 6884e06e3..f75b5738a 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"; @@ -88,7 +90,7 @@ APT Authentication { - TrustCDROM "false"; // consider the CDROM always trusted + TrustCDROM "false"; // consider the CD-ROM always trusted }; // Some general options