Add steamos-reset-tool usage.

Instead of using steamos-factory-reset-config which resets both
the OS and the user home partitions use steamos-reset-tool which
has arguments for each or resetting both.
This commit is contained in:
Jeremy Whiting 2024-09-20 12:20:21 -06:00
parent c62b244d24
commit f7bfdd7d7a
8 changed files with 140 additions and 31 deletions

View file

@ -20,5 +20,5 @@ use zbus::proxy;
)]
trait FactoryReset1 {
/// PrepareFactoryReset method
fn prepare_factory_reset(&self) -> zbus::Result<u32>;
fn prepare_factory_reset(&self, kind: u32) -> zbus::Result<u32>;
}