fix migration to support portable fatties (#1935)

* load docker images directly from s9pk to ensure fatties can be loaded across platform

* don't migrate tmpdir

* init after package data transfer

* set default rsync options
This commit is contained in:
Aiden McClelland
2022-11-10 10:20:26 -07:00
parent ca71c88744
commit 22b273b145
7 changed files with 44 additions and 56 deletions

View File

@@ -320,6 +320,7 @@ async fn sync_boot() -> Result<(), Error> {
delete: false,
force: false,
ignore_existing: true,
exclude: Vec::new(),
},
)?
.wait()