Przeglądaj źródła

Merge pull request #837 from netbootxyz/unix_efi

Hide unix menu in EFI mode
Antony Messerli 4 lat temu
rodzic
commit
cf679124fe
2 zmienionych plików z 3 dodań i 0 usunięć
  1. 2 0
      CHANGELOG.md
  2. 1 0
      roles/netbootxyz/templates/menu/boot.cfg.j2

+ 2 - 0
CHANGELOG.md

@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
 ## [Unreleased]
 
 ## [2.0.32]
+### Changed
+- Disabled Unix Menu on EFI as SmartOS not working in that mode and was the only option on EFI
 
 ## [2.0.31]
 ### Fixes

+ 1 - 0
roles/netbootxyz/templates/menu/boot.cfg.j2

@@ -79,6 +79,7 @@ goto architectures_end
 set menu_bsd 0
 set menu_freedos 0
 set menu_security 0
+set menu_unix 0
 goto architectures_end
 :architectures_end
 goto clouds