我试图在使用 CentOS 7 的 kickstart 安装过程中手动设置 IP。在安装过程中,它必须提示进行网络设置。
我尝试使用以下配置:
network --device=enp0s3 --bootproto=static
但这不会提示进行网络设置。
我也尝试过network device=enp0s3 --bootproto=query
,asknetwork
但两者均已弃用。
我知道我们可以将其设置为network --bootproto=static --ip=192.168.1.120
kickstart 文件内,但我不希望那样。
答案1
下network (optional):
于https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-kickstart2-options.html
如果您需要在自动启动安装过程中手动指定网络设置,请不要使用网络。相反,使用asknetwork选项引导系统(请参阅第32.10节“启动Kickstart安装”),这将提示anaconda询问您网络设置而不是使用默认设置。 anaconda 在获取 kickstart 文件之前会询问这个问题。