Skip to content

Commit 34efd7a

Browse files
henryli001Henry Li
andauthored
minor fix to build doc (#2907)
Co-authored-by: Henry Li <[email protected]>
1 parent 5f488f8 commit 34efd7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolkit/docs/building/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ sudo make iso CONFIG_FILE=./imageconfigs/full.json REBUILD_TOOLS=y
209209
To create an unattended ISO installer (no interactive UI) use `UNATTENDED_INSTALLER=y` and run with a [`CONFIG_FILE`](https://github.com/microsoft/CBL-MarinerDemo#image-config-file) that only specifies a _single_ SystemConfig.
210210

211211
```bash
212-
# Build the standard ISO with unattended installer that installs onto the default Gen1 HyperV VM
212+
# Build the standard ISO with unattended installer that installs onto the default Gen1 HyperV VM. Needs to cloud-init provision the user once unattended installation finishes.
213213
sudo make iso -j$(nproc) CONFIG_FILE=./imageconfigs/core-legacy-unattended-hyperv.json REBUILD_TOOLS=y UNATTENDED_INSTALLER=y
214214
```
215215

0 commit comments

Comments
 (0)