From fcc2b8ed0cced03d2360e836a32dde8212ebf890 Mon Sep 17 00:00:00 2001 From: Henry Li Date: Tue, 26 Apr 2022 18:37:24 -0700 Subject: [PATCH] minor fix to build doc --- toolkit/docs/building/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/docs/building/building.md b/toolkit/docs/building/building.md index 95f0c17a992..4ddcbc0a7b3 100644 --- a/toolkit/docs/building/building.md +++ b/toolkit/docs/building/building.md @@ -209,7 +209,7 @@ sudo make iso CONFIG_FILE=./imageconfigs/full.json REBUILD_TOOLS=y 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. ```bash -# Build the standard ISO with unattended installer that installs onto the default Gen1 HyperV VM +# 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. sudo make iso -j$(nproc) CONFIG_FILE=./imageconfigs/core-legacy-unattended-hyperv.json REBUILD_TOOLS=y UNATTENDED_INSTALLER=y ```