You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/image-builder-json.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1163,13 +1163,9 @@ The `optimize` property can be enabled while creating a VM image and allows VM o
1163
1163
1164
1164
```json
1165
1165
"optimize": {
1166
-
1167
1166
"vmboot": {
1168
-
1169
1167
"state": "Enabled"
1170
-
1171
-
}
1172
-
1168
+
}
1173
1169
}
1174
1170
```
1175
1171
@@ -1184,6 +1180,8 @@ optimize: {
1184
1180
```
1185
1181
---
1186
1182
1183
+
-**vmboot**: A configuration related to the booting process of the virtual machine (VM), used to control optimizations that can improve boot time or other performance aspects.
1184
+
- state: The state of the boot optimization feature within `vmboot`, with the value `Enabled` indicating that the feature is turned on to improve image creation time.
0 commit comments