From 92c604e80cb714944721f3571d66fb350b068c56 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 4 Sep 2015 18:34:37 -0500 Subject: [PATCH] Fix version --- ipxe/netboot.xyz-main | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipxe/netboot.xyz-main b/ipxe/netboot.xyz-main index 0573223a..c23e416a 100644 --- a/ipxe/netboot.xyz-main +++ b/ipxe/netboot.xyz-main @@ -1,8 +1,8 @@ #!ipxe :start -set netboot_xyz_version 1 -echo netboot_xyz iPXE loader v${netboot_xyz_version} +set version 1 +echo netboot.xyz iPXE loader v${version} :dhcp dhcp || goto static