mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
list disks without blkid
This commit is contained in:
committed by
Aiden McClelland
parent
9617c9149c
commit
8c1a01b306
@@ -157,3 +157,13 @@ impl ActionImplementation {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub struct NoOutput;
|
||||
impl<'de> Deserialize<'de> for NoOutput {
|
||||
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
|
||||
where
|
||||
D: serde::Deserializer<'de>,
|
||||
{
|
||||
Ok(NoOutput)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user