From b3bb30484937be7567f9fda39df95720fac3247a Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 20 Jul 2011 16:08:19 +0000 Subject: [PATCH] Understand hypervisor in rbootseq git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10129 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/blade.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index 21a554f3c..f2db88fbd 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -188,6 +188,7 @@ my %bootnumbers = ( 'hd4' => 10, 'harddisk4' => 10, 'usbflash' => 11, + 'hypervisor' => 12, 'flash' => 11, 'uefi' => 13, 'legacy' => 14,