-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
This commit is contained in:
jbjohnso 2009-02-21 12:53:29 +00:00
parent 7400de24fd
commit 2e27fa0a62

View File

@ -147,7 +147,9 @@ my %bootdevices = (
8 => 'iscsi',
9 => 'iscsicrit',
10 => 'hd4',
11 => 'usbflash'
11 => 'usbflash',
12 => 'hypervisor',
13 => 'legacy'
);
my %bootnumbers = (
'none' => 0,