mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
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:
@@ -320,6 +320,7 @@ async fn sync_boot() -> Result<(), Error> {
|
||||
delete: false,
|
||||
force: false,
|
||||
ignore_existing: true,
|
||||
exclude: Vec::new(),
|
||||
},
|
||||
)?
|
||||
.wait()
|
||||
|
||||
Reference in New Issue
Block a user