mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-20 03:00:18 +00:00
fix(autoconfigure): apply the actions properly in the root
This commit is contained in:
@@ -22,7 +22,7 @@ use crate::{
|
||||
/// The configuration of the edera action which boots the Edera hypervisor.
|
||||
/// Edera is based on Xen but modified significantly with a Rust stack.
|
||||
/// Sprout is a component of the Edera stack and provides the boot functionality of Xen.
|
||||
#[derive(Serialize, Deserialize, Default, Clone)]
|
||||
#[derive(Serialize, Deserialize, Debug, Default, Clone)]
|
||||
pub struct EderaConfiguration {
|
||||
/// The path to the Xen hypervisor EFI image.
|
||||
pub xen: String,
|
||||
|
||||
Reference in New Issue
Block a user