generify the linux media initrd mechanism to allow reuse for other things

This commit is contained in:
2025-10-14 18:11:41 -07:00
parent ab4745058e
commit 0b74f6dea3
5 changed files with 186 additions and 186 deletions

View File

@@ -0,0 +1,3 @@
use uefi::{Guid, guid};
pub const LINUX_EFI_INITRD_MEDIA_GUID: Guid = guid!("5568e427-68fc-4f3d-ac74-ca555231cc68");