-Fix the new boot devices for blade boot sequence

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2794 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2009-02-21 14:44:54 +00:00
parent 1fc7442189
commit 1e5a470fdd

View File

@ -149,7 +149,8 @@ my %bootdevices = (
10 => 'hd4',
11 => 'usbflash',
12 => 'hypervisor',
13 => 'legacy'
13 => 'uefi',
14 => 'legacy'
);
my %bootnumbers = (
'none' => 0,
@ -180,6 +181,8 @@ my %bootnumbers = (
'harddisk4' => 10,
'usbflash' => 11,
'flash' => 11,
'uefi' => 13,
'legacy' => 14,
'usb' => 11
);