mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
ipfire-netboot: Ship EFI image
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
#usr/share/ipfire-netboot
|
||||
#usr/share/ipfire-netboot/ipxe.efi
|
||||
#usr/share/ipfire-netboot/ipxe.lkrn
|
||||
|
||||
@@ -79,10 +79,17 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && tar axf $(DIR_DL)/ipxe-$(PXE_VER).tar.gz
|
||||
cd $(DIR_APP) && rm -rfv ipxe && ln -s ipxe-$(PXE_VER) ipxe
|
||||
cd $(DIR_APP) && make bin/ipxe.lkrn
|
||||
ifeq "$(MACHINE)" "x86_64"
|
||||
cd $(DIR_APP) && make bin-x86_64-efi/ipxe.efi
|
||||
endif
|
||||
|
||||
# Installation
|
||||
-mkdir -pv /usr/share/ipfire-netboot
|
||||
cd $(DIR_APP) && install -m 644 bin/ipxe.lkrn /usr/share/ipfire-netboot
|
||||
ifeq "$(MACHINE)" "x86_64"
|
||||
cd $(DIR_APP) && install -m 644 bin-x86_64-efi/ipxe.efi \
|
||||
/usr/share/ipfire-netboot
|
||||
endif
|
||||
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user