Apt conf OpenSUSE10 2 64: Unterschied zwischen den Versionen

Aus Linupedia.org
Wechseln zu: Navigation, Suche
 
Zeile 24: Zeile 24:
 
   };
 
   };
 
  }
 
  }
 +
 +
 +
[[Category:Musterkonfigurationen]]
 +
[[Category:APT und smart]]

Version vom 29. Dezember 2006, 10:54 Uhr

// with "apt-config dump" all settings can be viewed

Acquire::CDROM::Copy "true";
APT::Cache-Limit 50000000;

Debug
{
   pkgRPMPM "false";
}

RPM
{
  // Hold (do not update) a list with pkgs:
  // Hold { "k_deflt"; "sane"; };
  // Leave list empty to disable
  Hold { "kernel-smp"; "kernel-default"; "kernel-source"; };
  Ignore {"gpg-pubkey"; };

  Options { };
  Install-Options "";
  Erase-Options "";
  Source {
      Build-Command "rpmbuild --rebuild";
  };
}