X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/8bd02d8bd6bc46bc38924635afc09fdde50b6bf5..e4b16ac68196eab5e58abf715459fe70c199cff3:/doc/examples/configure-index diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 8025fa4b4..f5f996460 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -282,6 +282,7 @@ Dir "/" // Config files Etc "etc/apt/" { Main "apt.conf"; + Netrc "auth.conf"; Parts "apt.conf.d/"; Preferences "preferences"; PreferencesParts "preferences.d"; @@ -319,18 +320,25 @@ DSelect CheckDir "no"; } -DPkg +DPkg { + // let apt aggressivly use dpkg triggers + NoTriggers "true"; + NoConfigure "true"; + ConfigurePending "true"; + // Probably don't want to use force-downgrade.. Options {"--force-overwrite";"--force-downgrade";} - + // Auto re-mounting of a readonly /usr Pre-Invoke {"mount -o remount,rw /usr";}; Post-Invoke {"mount -o remount,ro /usr";}; - + + Chroot-Directory "/"; + // Prevents daemons from getting cwd as something mountable (default) Run-Directory "/"; - + // Build options for apt-get source --compile Build-Options "-b -uc"; @@ -373,6 +381,7 @@ Debug Acquire::gpgv "false"; // Show the gpgv traffic aptcdrom "false"; // Show found package files IdentCdrom "false"; + acquire::netrc "false"; // netrc parser }