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

Contents of /trunk/conf/apt.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1048 - (show annotations) (download)
Mon Feb 18 11:23:57 2002 UTC (11 years, 3 months ago) by lange
File size: 448 byte(s)
tasksel should nit ask a question
assume-yes=true for tasksel
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 Assume-Yes "true";
11 Fix-Missing "yes";
12 Show-Upgraded "yes";
13 Purge "true"; // really purge ! Also removes config files
14 List-Cleanup "true";
15 ReInstall "false";
16 };
17 };
18
19 DPkg
20 {
21 Options {"--abort-after=4711";} // a magic number in cologne
22 };

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.5