From ef4526594abc3e66dcf745215b6607ec7804c0fd Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Wed, 7 Jul 2021 18:59:06 -0300 Subject: [PATCH] image: Remove traces of embedded image type This was somehow missed in 88d6ff2bfc2424887bfb142cf6e7da1302cb32a9 --- completions/bash/poudriere | 2 +- completions/zsh/_poudriere | 2 +- src/man/poudriere-image.8 | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/completions/bash/poudriere b/completions/bash/poudriere index 94d827b0fd..4f6f091d9e 100644 --- a/completions/bash/poudriere +++ b/completions/bash/poudriere @@ -238,7 +238,7 @@ _poudriere() _poudriere_ports_list ;; -t) - COMPREPLY=($(compgen -W 'iso iso+mfs iso+zmfs usb usb+mfs usb+zmfs rawdisk zrawdisk tar firmware rawfirmware embedded' -- "$cur")) + COMPREPLY=($(compgen -W 'iso iso+mfs iso+zmfs usb usb+mfs usb+zmfs rawdisk zrawdisk tar firmware rawfirmware' -- "$cur")) ;; -z) _poudriere_set_list diff --git a/completions/zsh/_poudriere b/completions/zsh/_poudriere index c6eb85a850..2a9b47003f 100644 --- a/completions/zsh/_poudriere +++ b/completions/zsh/_poudriere @@ -60,7 +60,7 @@ _image=( '-o[image destination directory]:directory:_files' '-p[Ports tree]::tree:_poudriere_pt' '-s[set the image size]:size:' - '-t[type of image]::type:((iso iso+mfs iso+zmfs usb usb+mfs usb+zmfs rawdisk zrawdisk tar firmware rawfirmware embedded))' + '-t[type of image]::type:((iso iso+mfs iso+zmfs usb usb+mfs usb+zmfs rawdisk zrawdisk tar firmware rawfirmware))' '-X[file containing the list in cpdup format]:file:_files' '-z[set]::' ) diff --git a/src/man/poudriere-image.8 b/src/man/poudriere-image.8 index 8f35bc75dc..6fa461cd00 100644 --- a/src/man/poudriere-image.8 +++ b/src/man/poudriere-image.8 @@ -125,8 +125,6 @@ An XZ-compressed tarball. A NanoBSD style image with a GPT partitions and a UEFI boot loader. .It rawfirmware A raw disk image. -.It embedded -Create a u-boot ready embedded image. .It zsnapshot Create a zfs snapshot full and incremental to be used in a jail. .El