From 4e49f65beb226fe94811b01efa4dd0286281bba9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 29 Sep 2015 00:30:06 +0100 Subject: [PATCH] Update to the latest version of iPXE Signed-off-by: Michael Tremer --- config/branding.h | 3 +++ config/console.h | 2 -- config/general.h | 3 --- ipxe | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) create mode 100644 config/branding.h delete mode 100644 config/console.h diff --git a/config/branding.h b/config/branding.h new file mode 100644 index 0000000..a9a526e --- /dev/null +++ b/config/branding.h @@ -0,0 +1,3 @@ + +#undef PRODUCT_NAME +#define PRODUCT_NAME "IPFire Boot Server (boot.ipfire.org)" diff --git a/config/console.h b/config/console.h deleted file mode 100644 index 5b68014..0000000 --- a/config/console.h +++ /dev/null @@ -1,2 +0,0 @@ - -//#define CONSOLE_DIRECT_VGA diff --git a/config/general.h b/config/general.h index 142c99d..2cefc0c 100644 --- a/config/general.h +++ b/config/general.h @@ -1,7 +1,4 @@ -#undef PRODUCT_NAME -#define PRODUCT_NAME "IPFire Boot Server (boot.ipfire.org)" - // Enable support for syslinux's com32 images. #define IMAGE_COMBOOT diff --git a/ipxe b/ipxe index c4bce43..300a371 160000 --- a/ipxe +++ b/ipxe @@ -1 +1 @@ -Subproject commit c4bce43c3c4d3c5ebb2d926b58ad16dc9642c19d +Subproject commit 300a371bfbfee4b84e413ffc5cf800ee8f79a4fd -- 2.39.2