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:
parent
68b5392f8a
commit
13876998bf
1 changed files with 9 additions and 9 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue