stages/ostree.deploy: add remote option
Add an optional `remote` to the deployment of the ostree so that the it is tied to the specified remote. This is needed later for updating the commit from that remote.
This commit is contained in:
parent
7ea9796d9b
commit
c788a74fb5
3 changed files with 10 additions and 0 deletions
|
|
@ -861,6 +861,7 @@
|
|||
"options": {
|
||||
"osname": "fedora",
|
||||
"ref": "fedora/x86_64/osbuild",
|
||||
"remote": "osbuild",
|
||||
"mounts": [
|
||||
"/boot",
|
||||
"/boot/efi"
|
||||
|
|
|
|||
|
|
@ -301,6 +301,7 @@
|
|||
"options": {
|
||||
"osname": "fedora",
|
||||
"ref": "fedora/x86_64/osbuild",
|
||||
"remote": "osbuild",
|
||||
"mounts": [
|
||||
"/boot",
|
||||
"/boot/efi"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue