Add PXE support
Created by: philmmanjaro
How to add PXE support to Manjaro builds:
- 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/
- 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"