cryptsetup: allow 'mass' reuse

This commit is contained in:
Mikaël Cluseau
2025-11-20 09:11:12 +01:00
parent ac9d7e8d9d
commit 01a0073e78
7 changed files with 78 additions and 28 deletions

View File

@ -33,6 +33,7 @@ pub async fn bootstrap(cfg: Config) {
.await;
}
// prepare system
let boot_version = utils::param("version").unwrap_or("current");
let base_dir = &format!("/bootstrap/{boot_version}");