mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
11 lines
348 B
Diff
11 lines
348 B
Diff
577,579c577,578
|
|
< args = ["container", "image", "deploy",
|
|
< "--sysroot=" + self._physroot,
|
|
< "--image=" + ref]
|
|
---
|
|
> args = ["install", "to-filesystem", "--source-imgref=" + ref,
|
|
> self._physroot]
|
|
589c588
|
|
< "ostree",
|
|
---
|
|
> "bootc",
|