Add PXE support

Merged Philip Müller requested to merge ppatpat:master into devel

Created by: philmmanjaro

How to add PXE support to Manjaro builds:

  1. we need curl then 1.1) the file /usr/lib/initcpio/install/net should add the line
    add_binary "/usr/lib/initcpio/curl"  "/bin/curl"

1.2) copy /bin/curl to /usr/lib/initcpio/

  1. mkinitcpio-net.conf should contain
    HOOKS="base udev net miso miso_pxe_common miso_pxe_http miso_pxe_nbd miso_loop_mnt miso_kms modconf block pcmcia filesystems keyboard keymap plymouth"
    COMPRESSION="xz"

Merge request reports