-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:
parent
1fc7442189
commit
1e5a470fdd
@ -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
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user