From d809112f111e302f5a2be4c5b7eaa9b4e6293c44 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 24 Jan 2019 12:04:07 +0100 Subject: [serversetup-bwlp] Fix case of platform var --- modules-available/serversetup-bwlp/inc/localboot.inc.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules-available/serversetup-bwlp/inc') diff --git a/modules-available/serversetup-bwlp/inc/localboot.inc.php b/modules-available/serversetup-bwlp/inc/localboot.inc.php index a91d0547..3ab81862 100644 --- a/modules-available/serversetup-bwlp/inc/localboot.inc.php +++ b/modules-available/serversetup-bwlp/inc/localboot.inc.php @@ -6,12 +6,10 @@ class Localboot const PROPERTY_KEY = 'serversetup.localboot'; const BOOT_METHODS = [ - 'AUTO' => 'iseq EFI ${platform} && exit 1 || sanboot --no-describe', + 'AUTO' => 'iseq efi ${platform} && exit 1 || sanboot --no-describe', 'EXIT' => 'exit 1', 'COMBOOT' => 'chain /tftp/chain.c32 hd0', 'SANBOOT' => 'sanboot --no-describe', ]; - - } \ No newline at end of file -- cgit v1.2.3-55-g7522