From 2e27fa0a62eadc533092358b4a867375ecd87941 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sat, 21 Feb 2009 12:53:29 +0000 Subject: [PATCH] -Update blade plugin with parameters in newer firmware mib git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2789 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/blade.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index a5b9ff10a..ae880846b 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -147,7 +147,9 @@ my %bootdevices = ( 8 => 'iscsi', 9 => 'iscsicrit', 10 => 'hd4', - 11 => 'usbflash' + 11 => 'usbflash', + 12 => 'hypervisor', + 13 => 'legacy' ); my %bootnumbers = ( 'none' => 0,