mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-09-24 07:25:07 -05:00
@@ -79,7 +79,7 @@ memdisk_location: http://${boot_domain}/memdisk
|
||||
netbootxyz_conf_dir: /etc/netbootxyz
|
||||
netbootxyz_root: /var/www/html
|
||||
pciids_url: https://raw.githubusercontent.com/netbootxyz/pciids/master/pciids.ipxe
|
||||
pipxe_branch: testing
|
||||
pipxe_branch: master
|
||||
pipxe_repo: https://github.com/netbootxyz/pipxe
|
||||
pipxe_source_dir: /usr/src/pipxe
|
||||
releases:
|
||||
|
||||
@@ -63,4 +63,4 @@
|
||||
remote_src: True
|
||||
with_items:
|
||||
- { src: "sdcard.img", dest: "{{ bootloader_filename }}-rpi4.sdcard.img" }
|
||||
- { src: "ipxe/src/bin-arm64-efi/rpi.efi", dest: "{{ bootloader_filename }}-rpi4-snp.efi" }
|
||||
- { src: "ipxe/src/bin-arm64-efi/snp.efi", dest: "{{ bootloader_filename }}-rpi4-snp.efi" }
|
||||
|
||||
@@ -10,7 +10,7 @@ EFI_FD := Build/RPi4/$(EFI_BUILD)_$(EFI_TOOLCHAIN)/FV/RPI_EFI.fd
|
||||
|
||||
IPXE_CROSS := aarch64-linux-gnu-
|
||||
IPXE_SRC := ipxe/src
|
||||
IPXE_TGT := bin-arm64-efi/rpi.efi
|
||||
IPXE_TGT := bin-arm64-efi/snp.efi
|
||||
IPXE_EFI := $(IPXE_SRC)/$(IPXE_TGT)
|
||||
|
||||
SDCARD_MB := 32
|
||||
|
||||
Reference in New Issue
Block a user