Skip to content

Commit

Permalink
fix: make overlay optional
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Dec 1, 2023
1 parent c885ca8 commit 77567de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/rugpi-ctrl/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ use serde::{Deserialize, Serialize};
pub struct Config {
/// The size of the system partition(s).
pub system_size: Option<String>,
/// Indicates what to do with the overlay.
#[serde(default)]
pub overlay: Overlay,
}

Expand Down

0 comments on commit 77567de

Please sign in to comment.