ipxe/0001-build-customize-configuration.patch
Konstantin Shalygin 5bfe2d014d
iPXE: added poweroff & reboot cmd's (#RHEL-26590)
Resolves: #RHEL-26590

Signed-off-by: Konstantin Shalygin <shalygin.k@selectel.com>
2024-02-24 16:03:48 +03:00

11 lines
591 B
Diff

diff -Naupr ipxe-20240119-gitde8a0821/src/config/local/general.h ipxe-20240119-gitde8a0821.new/src/config/local/general.h
--- ipxe-20240119-gitde8a0821/src/config/local/general.h 1970-01-01 03:00:00
+++ ipxe-20240119-gitde8a0821.new/src/config/local/general.h 2024-02-24 13:34:58
@@ -0,0 +1,6 @@
+// enable additional options
+#define NET_PROTO_IPV6 /* IPv6 protocol */
+#define DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */
+#define DOWNLOAD_PROTO_NFS /* Network File System Protocol */
+#define REBOOT_CMD /* Reboot command */
+#define POWEROFF_CMD /* Power off command */