mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Use vesamenu.c32 in tftpd.
This commit is contained in:
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = tftp-hpa
|
||||
PAK_VER = 1
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS = ""
|
||||
|
||||
@@ -82,6 +82,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && make install
|
||||
mv -fv /usr/sbin/in.tftpd /usr/sbin/tftpd
|
||||
-mkdir -pv /var/tftpboot/pxelinux.cfg
|
||||
cp -vf /usr/lib/syslinux/pxelinux.0 /var/tftpboot
|
||||
cp -vf /usr/lib/syslinux/{pxelinux.0,vesamenu.c32} /var/tftpboot
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user