Skip to content

Commit

Permalink
copy lpxelinux.0 which supports http
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Nov 28, 2020
1 parent f67bf55 commit 2132d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-make-nfsroot
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ setup_tftp(){
mkdir -p $TFTPROOT/pxelinux.cfg
chmod a+r $NFSROOT/boot/initrd.img-* || die 9 "No initrd was created. Check the package name of the linux-image package in /etc/fai/NFSROOT."
cp -p $v $NFSROOT/boot/vmlinu?-* $NFSROOT/boot/initrd.img-* $TFTPROOT
cp -u $v $NFSROOT/usr/lib/PXELINUX/pxelinux.0 $TFTPROOT
cp -u $v $NFSROOT/usr/lib/PXELINUX/lpxelinux.0 $TFTPROOT/pxelinux.0
if [ -f $NFSROOT/usr/lib/syslinux/modules/bios/ldlinux.c32 ]; then
cp -u $NFSROOT/usr/lib/syslinux/modules/bios/ldlinux.c32 $TFTPROOT
fi
Expand Down

0 comments on commit 2132d3f

Please sign in to comment.