/[fai]/trunk/conf/apt.conf
ViewVC logotype

Contents of /trunk/conf/apt.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 188 - (show annotations) (download)
Wed Nov 15 17:48:52 2000 UTC (12 years, 6 months ago) by lange
File size: 419 byte(s)
added comments
1 // This file is used in the chroot environment from install_packages
2 // (called by rcS_fai)
3
4 // Options for apt-get for FAI
5 APT
6 {
7 // Options for apt-get
8 Get
9 {
10 Fix-Missing "yes";
11 Show-Upgraded "yes";
12 Purge "true"; // really purge ! Also removes config files
13 List-Cleanup "true";
14 ReInstall "false";
15 };
16 };
17
18 DPkg
19 {
20 Options {"--abort-after=4711";} // a magic number in cologne
21 };

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.5