How about making --force-confnew the default for FAI installs? This prevents package installs from asking questions regarding configuration file updates.
from apt.conf:
DPkg
{
Options {
"--abort-after=4711"; // a magic number in cologne
"--force-confnew"; // [BRE] added, to make non-interactive.
}
};
-Bruce.
