From b5cd7fa7e85d751d2868340248e02836ff0cceae Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 9 Dec 2014 13:45:01 +0000 Subject: workaround --- pxeboot.write | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxeboot.write b/pxeboot.write index e33da527..c20fa559 100755 --- a/pxeboot.write +++ b/pxeboot.write @@ -479,7 +479,7 @@ class PXEBoot(morphlib.writeexts.WriteExtension): # Needs IPMI_USER, IPMI_PASSWORD, IPMI_HOST and PXEBOOT_VLAN default = textwrap.dedent('''\ ipmitool -I lanplus -U "$IPMI_USER" -E -H "$IPMI_HOST" \\ - lan set 1 vlan id "$PXEBOOT_VLAN" + lan set 2 vlan id "$PXEBOOT_VLAN" ''') else: default = textwrap.dedent('''\ @@ -537,7 +537,7 @@ class PXEBoot(morphlib.writeexts.WriteExtension): # Needs IPMI_USER, IPMI_PASSWORD, IPMI_HOST default = textwrap.dedent('''\ ipmitool -I lanplus -U "$IPMI_USER" -E -H "$IPMI_HOST" \\ - lan set 1 vlan id off + lan set 2 vlan id off ''') else: default = textwrap.dedent('''\ -- cgit v1.2.1