cryptsetup: allow 'mass' reuse
This commit is contained in:
@ -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}");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user