File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
content/en/docs/Reference Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -126,18 +126,20 @@ install:
126126 # size in MiB
127127 system :
128128 size : 4096
129+ # Use a different source for the installation of active system
130+ source : " oci:.."
129131 passive :
130132 size : 4096
131133 recovery-system :
132134 size : 5000
135+ # Use a different source for the installation of recovery system
136+ source : " oci:.."
133137 # note: This can also be set with dot notation like the following examples for a more condensed view:
134138 # system.size: 4096
135139 # passive.size: 4096
136140 # recovery-system.size: 5000
137141
138- # Use a different source for the installation
139- system :
140- source : " oci:.."
142+
141143 # Add bundles in runtime
142144 bundles :
143145 - ...
@@ -169,7 +171,7 @@ reset:
169171 # Power off after reset
170172 poweroff : true
171173
172- # Use a different source for the reset
174+ # System Image (maps to Active), sets the source to reset to
173175 system :
174176 source : " oci:.."
175177
@@ -197,9 +199,6 @@ upgrade:
197199 # Power off after upgrade
198200 poweroff : true
199201
200- # Use a different source for the upgrade
201- system :
202- source : " oci:.."
203202
204203 # Override the grub entry name
205204 grub-entry-name : Kairos
@@ -214,9 +213,14 @@ upgrade:
214213 # size in MiB
215214 # During upgrade only the active or recovery image cna be resized as those are the ones that contain the upgrade
216215 # passive image is the current system, and that its untouched during the upgrade
216+ # System Image (maps to Active)
217217 system :
218+ source : " oci:.."
218219 size : 4096
220+
221+ # Recovery System Image (maps to Recovery)
219222 recovery-system :
223+ source : " oci:.."
220224 size : 5000
221225
222226 # Creates these dirs in the rootfs during upgrade. As the rootfs is RO from boot, sometimes we find that we
You can’t perform that action at this time.
0 commit comments