netboot.xyz/roles/netbootxyz/files/ipxe/local/general.h
Antony Messerli c08903610a Add NFS support to the PXE rom
Fixes #1583

Add NFS support to the PXE rom build

* Add `#define DOWNLOAD_PROTO_NFS` to `roles/netbootxyz/files/ipxe/local/general.h` to enable NFS support
* Add `#define DOWNLOAD_PROTO_NFS` to `roles/netbootxyz/files/ipxe/local/general.h.efi` to enable NFS support

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/netbootxyz/netboot.xyz/issues/1583?shareId=XXXX-XXXX-XXXX-XXXX).
2025-03-03 21:14:46 -06:00

22 lines
1.1 KiB
C

#define CERT_CMD /* Certificate management commands */
#define CONSOLE_CMD /* Console command */
#define DIGEST_CMD /* Image crypto digest commands */
#define DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */
#define DOWNLOAD_PROTO_NFS /* NFS */
#define IMAGE_COMBOOT /* COMBOOT */
#define IMAGE_TRUST_CMD /* Image trust management commands */
#define IMAGE_GZIP /* GZIP image support */
#define IMAGE_PNG /* PNG image support */
#define IMAGE_ZLIB /* ZLIB image support */
#define NET_PROTO_IPV6 /* IPv6 protocol */
#define NET_PROTO_LLDP /* Link Layer Discovery protocol */
#define NSLOOKUP_CMD /* DNS resolving command */
#define NTP_CMD /* NTP commands */
#define PARAM_CMD /* Form parameter commands */
#define PCI_CMD /* PCI commands */
#define PING_CMD /* Ping command */
#define POWEROFF_CMD /* Power off commands */
#define REBOOT_CMD /* Reboot command */
#define TIME_CMD /* Time commands */
#define VLAN_CMD /* VLAN commands */