Sfoglia il codice sorgente

Add Super Grub2 Disk for EFI

Antony Messerli 8 mesi fa
parent
commit
87e190fe3a
2 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. 1 0
      CHANGELOG.md
  2. 6 1
      roles/netbootxyz/defaults/main.yml

+ 1 - 0
CHANGELOG.md

@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
 
 - Added ZFSBootMenu
 - Added VanillaOS
+- Added Super Grub2 Disk for EFI
 
 ## [2.0.80] - 2024-07-17
 

+ 6 - 1
roles/netbootxyz/defaults/main.yml

@@ -710,6 +710,11 @@ utilitiesefi:
     enabled: true
     name: ShredOS
     type: ipxemenu
+  supergrubdisk:
+    enabled: true
+    kernel: ${live_endpoint}{{ endpoints.supergrubdisk.path }}supergrub2-classic-x86_64.efi
+    name: Super Grub2 Disk
+    type: direct
   systemrescue:
     enabled: true
     name: System Rescue CD
@@ -830,7 +835,7 @@ utilitiespcbios64:
     type: ipxemenu
   supergrub:
     enabled: true
-    name: SuperGRUB
+    name: Super GRUB2 Disk
     type: memdisk
     util_path: http://master.dl.sourceforge.net/project/supergrub2/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso
     version: 2.04s1