clevis-luks-unbind.1.adoc 615 B

1234567891011121314151617181920212223242526272829303132333435
  1. CLEVIS-LUKS-UNBIND(1)
  2. =====================
  3. :doctype: manpage
  4. == NAME
  5. clevis-luks-unbind - Unbinds a pin bound to a LUKS volume
  6. == SYNOPSIS
  7. *clevis luks unbind* -d DEV -s SLT
  8. == OVERVIEW
  9. The *clevis luks unbind* command unbinds a pin bound to a LUKS volume.
  10. For example:
  11. $ clevis luks unbind -d /dev/sda -s 1
  12. == OPTIONS
  13. * *-d* _DEV_ :
  14. The bound LUKS device
  15. * *-s* _SLT_ :
  16. The slot number for the pin to unbind. When using LUKSv1, this is the
  17. the LUKSmeta slot
  18. * *-f* :
  19. Do not ask for confirmation and wipe slot in batch-mode
  20. == SEE ALSO
  21. link:clevis-luks-bind.1.adoc[*clevis-luks-bind*(1)]