mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Add Super Grub2 Disk for EFI
This commit is contained in:
parent
a5fd72bbfc
commit
87e190fe3a
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue