From cf45d72be1721119325d249ed663df0137c90589 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Thu, 1 Dec 2022 09:05:13 -0500 Subject: [PATCH] installer-dist --- help-steps/parse-cmd | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/help-steps/parse-cmd b/help-steps/parse-cmd index 91f6205b5..822834b75 100755 --- a/help-steps/parse-cmd +++ b/help-steps/parse-cmd @@ -4,7 +4,7 @@ ## See the file COPYING for copying conditions. parse_cmd_target_error() { - echo "${red}${bold}ERROR: --target must be either virtualbox, qcow2, utm, iso, raw or root and can be used multiple times.${reset}" + echo "${red}${bold}ERROR: --target must be either virtualbox, qcow2, utm, iso, raw, installer-dist or root and can be used multiple times.${reset}" exit 1 } @@ -56,11 +56,13 @@ whonix-host-xfce: Builds Whonix-Host XFCE kicksecure-cli: Builds Kicksecure CLI kicksecure-xfce: Builds Kicksecure XFCE ---target virtualbox|qcow2|raw|iso|root +--target virtualbox|qcow2|utm|iso|raw|installer-dist|root virtualbox: Use this to build VirtualBox .ovas. qcow2: Use this to build qcow2 images. -raw: Use this to build raw images. +utm: Use this to build utm images. iso: Use this to build iso images. +raw: Use this to build raw images. +installer-dist: Use this to sign installer-dist. root: Use this for Whonix with physical or install to root installations. vmram, vram, vmsize examples.