Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/27.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/oop/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux Debian安装程序内核参数语法_Linux_Kernel_Ubuntu 16.04 - Fatal编程技术网

Linux Debian安装程序内核参数语法

Linux Debian安装程序内核参数语法,linux,kernel,ubuntu-16.04,Linux,Kernel,Ubuntu 16.04,我试图使用APPEND指令将内核参数传递给pxelinux.cfg/default,但似乎无法获得正确的语法。发送此debian安装程序命令的正确方式是什么 d-i netcfg/dhcp_选项选择手动配置网络 我试过了 追加netcfg/dhcp\u选项=手动配置网络 但这似乎不起作用 在PXE安装过程中,我试图绕过设置DHCP失败提示。来自Ubuntu: 我打赌这就是它不起作用的原因。您可以将该命令放在preseed.cfg文件中,如下所示: d-i netcfg/dhcp_options

我试图使用APPEND指令将内核参数传递给pxelinux.cfg/default,但似乎无法获得正确的语法。发送此debian安装程序命令的正确方式是什么

d-i netcfg/dhcp_选项选择手动配置网络

我试过了

追加netcfg/dhcp\u选项=手动配置网络

但这似乎不起作用

在PXE安装过程中,我试图绕过设置DHCP失败提示。

来自Ubuntu:

我打赌这就是它不起作用的原因。您可以将该命令放在
preseed.cfg
文件中,如下所示:

d-i netcfg/dhcp_options select Configure network manually

没有人知道关于pxelinux的任何事情吗?我发誓没有关于如何正确传递这些值的文档。实际上,我在传递netcfg/dhcp\u选项的值周围传递了引号。因此,最终起作用的是:pxelinux.cfg/default文件中传递的netcfg/dhcp_options=“此时不配置网络”。
d-i netcfg/dhcp_options select Configure network manually