mirror of
https://github.com/edera-dev/sprout.git
synced 2026-02-04 19:40:18 +00:00
chore(docs): fix all rustdoc warnings (#54)
This commit is contained in:
@@ -13,7 +13,7 @@ pub struct ChainloadConfiguration {
|
||||
#[serde(default)]
|
||||
pub options: Vec<String>,
|
||||
/// An optional path to a Linux initrd.
|
||||
/// This uses the [LINUX_EFI_INITRD_MEDIA_GUID] mechanism to load the initrd into the EFI stack.
|
||||
/// This uses the `LINUX_EFI_INITRD_MEDIA_GUID` mechanism to load the initrd into the EFI stack.
|
||||
/// For Linux, you can also use initrd=\path\to\initrd as an option, but this option is
|
||||
/// generally better and safer as it can support additional load options in the future.
|
||||
#[serde(default, rename = "linux-initrd")]
|
||||
|
||||
Reference in New Issue
Block a user