diff --git a/roles/netbootxyz/files/ipxe/local/general.h b/roles/netbootxyz/files/ipxe/local/general.h index e47273a7..b44fd565 100644 --- a/roles/netbootxyz/files/ipxe/local/general.h +++ b/roles/netbootxyz/files/ipxe/local/general.h @@ -2,6 +2,7 @@ #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 */ diff --git a/roles/netbootxyz/files/ipxe/local/general.h.efi b/roles/netbootxyz/files/ipxe/local/general.h.efi index 4097dd3a..bcdf2819 100644 --- a/roles/netbootxyz/files/ipxe/local/general.h.efi +++ b/roles/netbootxyz/files/ipxe/local/general.h.efi @@ -2,6 +2,7 @@ #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_TRUST_CMD /* Image trust management commands */ #define IMAGE_GZIP /* GZIP image support */ #define IMAGE_PNG /* PNG image support */