1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

fix order of command

This commit is contained in:
Jason N. 2024-03-13 12:18:28 -04:00
parent 68b5392f8a
commit 13876998bf

View file

@ -1,11 +1,11 @@
577,578c577,579 577,579c577,578
< args = ["install", "to-filesystem", "--source-imgref=" + ref, < args = ["container", "image", "deploy",
< self._physroot] < "--sysroot=" + self._physroot,
< "--image=" + ref]
--- ---
> args = ["container", "image", "deploy", > args = ["install", "to-filesystem", "--source-imgref=" + ref,
> "--sysroot=" + self._physroot, > self._physroot]
> "--image=" + ref] 589c588
588c589 < "ostree",
< "bootc",
--- ---
> "ostree", > "bootc",