debian preseed(ing)= pointopoint不起作用?

下面是我的预置文件的摘录:

di netcfg/get_ipaddress string 111.111.111.111 di netcfg/get_netmask string 0.0.0.0 di netcfg/get_gateway string 111.111.111.1 di netcfg/get_pointopoint string 111.111.111.1 di netcfg/confirm_static boolean true 

但是,似乎这个关键点不是写在最后的

 /etc/network/interfaces 

文件。 这意味着这条线

pointopoint 111.111.111.1

在最终的接口文件中缺less。 所有其他数据都是相同的。 在这里有一些专家,使用这个参数,知道这个工程? 或者这可能是一个错误? 我会非常感激,即使有人可以证实我这个选项正在工作。

非常感谢!!!

一月

我无法确认这个选项的工作,但在我的预先准备好的文件中,用于我使用的目标系统的高级configuration:

 di preseed/late_command wget http://host/myscript.sh; sh myscript.sh 

所以myscript将在安装结束时由di执行。 你可以例如用这种外部脚本完全写/目标/ etc / network / interfaces。 以这种方式运行避免了一些奇怪的预先行为无聊。