From 5b70a0233a9c89847b69b76304dbfa6dd22d8bc4 Mon Sep 17 00:00:00 2001 From: Pawel Date: Fri, 9 Oct 2020 09:47:47 -0700 Subject: [PATCH] Removing 'TERMINAL_ISO_INSTALLER' from the docs. --- toolkit/docs/building/building.md | 1 - 1 file changed, 1 deletion(-) diff --git a/toolkit/docs/building/building.md b/toolkit/docs/building/building.md index 3416c3e09ab..05f9486c511 100644 --- a/toolkit/docs/building/building.md +++ b/toolkit/docs/building/building.md @@ -580,7 +580,6 @@ To reproduce an ISO build, run the same make invocation as before, but set: |:------------------------------|:-------------------------------------------------------------------------------------------------------|:--- | CONFIG_FILE | `$(RESOURCES_DIR)`/imageconfigs/core-efi/core-efi.json | Image config file to build | CONFIG_BASE_DIR | `$(dir $(CONFIG_FILE))` | Base directory to search for image files in (see [image_config.md](../images/image_config.md)) -| TERMINAL_ISO_INSTALLER | n | Use a command line ISO installer instead of the GUI installer | UNATTENDED_INSTALLER | | Create unattended ISO installer if set. Overrides all other installer options. | PACKAGE_BUILD_LIST | | Additional packages to build | PACKAGE_REBUILD_LIST | | Always rebuild this package, even if it is up-to-date. Base package name, will match all virtual packages produced as well.