From c0cedf6d3db46cfdb2d3bbd598451ed75f7c7085 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Mon, 17 Oct 2022 14:59:39 -0600 Subject: [PATCH] Enable VLAN_CMD in ipxe In order to support vlan tagging during the boot process, enable VLAN_CMD in ipxe. Documented at https://ipxe.org/cmd/vcreate Signed-off-by: Jonathon Anderson --- ipxe-update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ipxe-update.sh b/ipxe-update.sh index 22b750a1..d7f62d32 100755 --- a/ipxe-update.sh +++ b/ipxe-update.sh @@ -25,6 +25,7 @@ sed -i.bak \ sed -i.bak \ -e 's,//\(#define.*IMAGE_ZLIB.*\),\1,' \ -e 's,//\(#define.*IMAGE_GZIP.*\),\1,' \ + -e 's,//\(#define.*VLAN_CMD.*\),\1,' \ config/general.h make -j 8 $PCBIOS