commit | 2c4e067d493d031d1267eea1c635d1eab93ce8f7 | [log] [tgz] |
---|---|---|
author | Ben Wolsieffer <benwolsieffer@gmail.com> | Thu Nov 28 00:07:08 2019 -0500 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Mon Dec 09 09:49:48 2019 -0600 |
tree | 05e58d6af1c5a7b9cb6ec8773155711dffd96e9d | |
parent | c627abe0de33622a962138b059f4054d3f9f032d [diff] |
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: Ben Wolsieffer <benwolsieffer@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>