Debian 自动化安装时禁止自动获取IP
1、在引导参数中添加:
netcfg/disable_autoconfig=true netcfg/disable_dhcp=true
2、在 preseed.cfg 中添加:
d-i netcfg/disable_autoconfig boolean true
d-i netcfg/disable_dhcp boolean true
原文链接地址:https://blog.exsvc.cn/article/debian-preseed-disable-dhcp.html
转载请注明:转载自 易科博客 ,谢谢!