Skip to content

Commit

Permalink
image: Remove traces of embedded image type
Browse files Browse the repository at this point in the history
This was somehow missed in 88d6ff2
  • Loading branch information
jlduran authored and evadot committed Oct 12, 2021
1 parent f609df3 commit ef45265
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion completions/bash/poudriere
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion completions/zsh/_poudriere
Original file line number Diff line number Diff line change
Expand Up @@ -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]::'
)
Expand Down
2 changes: 0 additions & 2 deletions src/man/poudriere-image.8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef45265

Please sign in to comment.