From 1e5a470fdd7eaf0267d3af1659a1ebfcbdbff725 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sat, 21 Feb 2009 14:44:54 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/blade.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index ae880846b..06bb2565a 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -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 );