logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

metadata.xml (923B)


  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <use>
  5. <flag name="binary">Use pre-built binaries</flag>
  6. <flag name="efi">Build a 32bit EFI program for using PXE</flag>
  7. <flag name="efi64">Build a 64bit EFI program for using PXE</flag>
  8. <flag name="iso">Build a bootable ISO for using PXE</flag>
  9. <flag name="lkrn">Build a linux kernel bootable file for using with grub/etc...</flag>
  10. <flag name="usb">Build a bootable USB image for using PXE</flag>
  11. <flag name="undi">Build a Universal Network Device Interface driver
  12. chainloading your existing PXE NIC into iPXE</flag>
  13. <flag name="qemu">Build the required PXE ROM images for <pkg>app-emulation/qemu</pkg></flag>
  14. <flag name="vmware">Build the PXE ROM images that VMWare uses</flag>
  15. </use>
  16. <upstream>
  17. <remote-id type="github">ipxe/ipxe</remote-id>
  18. </upstream>
  19. </pkgmetadata>