X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/58014adc6df1772567e0bc32687f1a03cfcb49fb..52090faab4401ad6a2acb4d2c0c2cb53aa6b8f7f:/doc/examples/configure-index diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 27232d40b..f4d9d17f2 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -32,6 +32,7 @@ APT // Options for apt-get Get { + Host-Architecture "armel"; Arch-Only "false"; AllowUnauthenticated "false"; AutomaticRemove "false"; @@ -89,7 +90,7 @@ APT Authentication { - TrustCDROM "false"; // consider the CDROM always trusted + TrustCDROM "false"; // consider the CD-ROM always trusted }; // Some general options @@ -224,7 +225,7 @@ Acquire Verify-Peer "false"; SslCert "/etc/apt/some.pem"; CaPath "/etc/ssl/certs"; - Verify-Host" "true"; + Verify-Host "true"; AllowRedirect "true"; Timeout "120";