summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp/inc
diff options
context:
space:
mode:
authorSimon Rettberg2019-01-24 12:04:07 +0100
committerSimon Rettberg2019-01-24 12:04:07 +0100
commitd809112f111e302f5a2be4c5b7eaa9b4e6293c44 (patch)
treebaa267a1c67da0aad2f660712394191335caa908 /modules-available/serversetup-bwlp/inc
parentMerge branch 'master' into ipxe (diff)
downloadslx-admin-d809112f111e302f5a2be4c5b7eaa9b4e6293c44.tar.gz
slx-admin-d809112f111e302f5a2be4c5b7eaa9b4e6293c44.tar.xz
slx-admin-d809112f111e302f5a2be4c5b7eaa9b4e6293c44.zip
[serversetup-bwlp] Fix case of platform var
Diffstat (limited to 'modules-available/serversetup-bwlp/inc')
-rw-r--r--modules-available/serversetup-bwlp/inc/localboot.inc.php4
1 files changed, 1 insertions, 3 deletions
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