clevis-luks-unbind.1.adoc 576 B

12345678910111213141516171819202122232425262728293031323334
  1. CLEVIS-LUKS-UNBIND(1)
  2. =====================
  3. :doctype: manpage
  4. == NAME
  5. clevis-luks-unbind - Unbinds a pin bound to a LUKSv1 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 LUKSv1 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 LUKSMeta slot number for the pin to unbind
  17. * *-f* :
  18. Do not ask for confirmation and wipe slot in batch-mode
  19. == SEE ALSO
  20. link:clevis-luks-bind.1.adoc[*clevis-luks-bind*(1)]