mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 21:20:17 +00:00
add efi shell so that chainloading multiple items can be tested
This commit is contained in:
@@ -16,6 +16,8 @@ pub struct ModuleConfiguration {
|
||||
#[derive(Serialize, Deserialize, Default)]
|
||||
pub struct ChainloaderConfiguration {
|
||||
pub path: String,
|
||||
#[serde(default)]
|
||||
pub options: Vec<String>,
|
||||
}
|
||||
|
||||
pub fn load() -> RootConfiguration {
|
||||
|
||||
Reference in New Issue
Block a user