mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Add option for boot.ipfire.org to disk image
This commit is contained in:
@@ -68,3 +68,9 @@ MENU BEGIN tools
|
||||
MENU LABEL Hardware Detection Tool
|
||||
KERNEL hdt.c32
|
||||
MENU END
|
||||
|
||||
MENU SEPARATOR
|
||||
|
||||
LABEL netboot
|
||||
MENU LABEL boot.ipfire.org
|
||||
KERNEL netboot
|
||||
|
||||
@@ -93,6 +93,7 @@ ifneq "$(MACHINE_TYPE)" "arm"
|
||||
cp /install/images/initrd /install/cdrom/boot/isolinux/instroot
|
||||
cp $(DIR_SRC)/config/syslinux/boot.png /install/cdrom/boot/isolinux/boot.png
|
||||
cp /usr/lib/memtest86+/memtest.bin /install/cdrom/boot/isolinux/memtest
|
||||
cp /usr/share/ipfire-netboot/ipxe.lkrn /install/cdrom/boot/isolinux/netboot
|
||||
cp /usr/share/syslinux/isolinux.bin /install/cdrom/boot/isolinux/isolinux.bin
|
||||
cp /usr/share/hwdata/pci.ids /install/cdrom/boot/isolinux/pci.ids
|
||||
cp -vf /usr/share/syslinux/*.c32 /install/cdrom/boot/isolinux/
|
||||
|
||||
Reference in New Issue
Block a user