mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 13:50:16 +00:00
implement support for filesystem extractor mechanism
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
version = 1
|
||||
|
||||
[extractors.boot.filesystem]
|
||||
item = "\\EFI\\BOOT\\kernel.efi"
|
||||
|
||||
[actions.chainload-kernel]
|
||||
chainload.path = "\\EFI\\BOOT\\kernel.efi"
|
||||
chainload.path = "$boot\\EFI\\BOOT\\kernel.efi"
|
||||
chainload.options = ["console=hvc0"]
|
||||
chainload.linux-initrd = "\\initramfs"
|
||||
chainload.linux-initrd = "$boot\\initramfs"
|
||||
|
||||
[entries.kernel]
|
||||
title = "Boot Linux"
|
||||
|
||||
Reference in New Issue
Block a user