123456789101112131415161718192021222324 |
- // User configuration
- APT
- {
- Get
- {
- // Uncomment to show versions of packages
- // Show-Versions "true";
- };
-
- };
- RPM
- {
- // Uncomment if you DO NOT want to remove older kernels
- // Remove-Old-Kernels "false";
- }
- Acquire
- {
- CDROM::Copy "true";
- Retries "3";
- // http::Proxy "http://user:password@proxt-server.example.com:port/";
- }
|