Zor*_*che 10
在运行 apt-get 之前,使用debconf-set-selections预先填充配置数据库。您可以在已配置的系统上使用 debconf-get-selections(在 debconf-utils 中)来查看需要设置的内容。还要记住,对于 exim,您实际需要配置的包是 exim4-config。
debconf-get-selections | grep exim4-config
exim4-config exim4/dc_noalias_regenerate boolean false
exim4-config exim4/dc_smarthost string
...
Run Code Online (Sandbox Code Playgroud)
另见http://wiki.debian.org/DebianInstaller/Preseed