Skip to content

Commit

Permalink
installer-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Dec 1, 2022
1 parent a10738c commit cf45d72
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions help-steps/parse-cmd
Expand Up @@ -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
}

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit cf45d72

Please sign in to comment.