/etc/apt/apt.conf.d/90fai is in fai-nfsroot 5.3.6ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | // This file is used in the chroot environment from install_packages
// (called by rcS_fai)
// Options for apt-get for FAI
APT
{
// Options for apt-get
Get
{
Assume-Yes "true";
Fix-Missing "true";
Show-Upgraded "true";
Purge "true"; // really purge! Also removes config files
List-Cleanup "true";
ReInstall "false";
};
};
DPkg
{
Options {
"--force-confdef";
}
};
|