提交 2c4e067d 编写于 作者: B Ben Wolsieffer 提交者: Joe Hershberger

cmd: pxe: Increase maximum path length

On NixOS, cross compiled kernels have long suffixes that cause them to
exceed the current maximum path length. The PXE/TFTP max path length is
used for extlinux.conf support as well, which is where this problem
usually manifest's itself.
Signed-off-by: NBen Wolsieffer <benwolsieffer@gmail.com>
Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
上级 c627abe0
......@@ -22,7 +22,7 @@
#include "pxe_utils.h"
#define MAX_TFTP_PATH_LEN 127
#define MAX_TFTP_PATH_LEN 512
bool is_pxe;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册