Browse Source

Remove any reference to LUKSv1 in package descriptions

Christoph Biedl 3 years ago
parent
commit
492f35dc63
1 changed files with 11 additions and 11 deletions
  1. 11 11
      debian/control

+ 11 - 11
debian/control

@@ -65,8 +65,8 @@ Depends: ${misc:Depends},
     dracut-network,
 Description: Clevis integration for dracut
  Clevis is a plugable framework for automated decryption. This package
- provides integration for dracut to automatically unlock LUKSv1 block
- devices in early boot.
+ provides integration for dracut to automatically unlock LUKS encrypted
+ block devices in early boot.
 
 Package: clevis-initramfs
 Architecture: linux-any
@@ -75,8 +75,8 @@ Depends: ${misc:Depends},
     initramfs-tools,
 Description: Clevis initramfs integration
  Clevis is a plugable framework for automated decryption. This package
- provides integration for initramfs-tools to automatically unlock LUKSv1
- block devices in early boot.
+ provides integration for initramfs-tools to automatically unlock LUKS
+ encrypted block devices in early boot.
 
 Package: clevis-luks
 Architecture: linux-any
@@ -84,10 +84,10 @@ Depends: ${misc:Depends},
     clevis,
     cryptsetup-bin,
     luksmeta,
-Description: LUKSv1 integration for clevis
- This package allows you to bind a LUKSv1 volume to a clevis unlocking
- policy. For automated unlocking, an unlocker will also be required.
- See, for example, clevis-dracut and clevis-udisks2.
+Description: LUKS integration for clevis
+ This package allows binding a LUKS encrytped volume to a clevis
+ unlocking policy. For automated unlocking, an unlocker will also be
+ required. See, for example, clevis-dracut and clevis-udisks2.
 
 Package: clevis-systemd
 Architecture: linux-any
@@ -97,13 +97,13 @@ Depends: ${misc:Depends},
     systemd,
 Description: systemd integration for clevis
  Clevis is a plugable framework for automated decryption. This package
- provides automatic unlocking of LUKSv1 _netdev block devices from
- /etc/crypttab.
+ provides automatic unlocking of LUKS encrypted _netdev block devices
+ from /etc/crypttab.
 
 Package: clevis-udisks2
 Architecture: linux-any
 Depends: ${misc:Depends}, ${shlibs:Depends},
 Description: UDisks2/Storaged integration for clevis
  Clevis is a plugable framework for automated decryption. This package
- provides automatic unlocking LUKSv1 block devices in desktop
+ provides automatic unlocking LUKS encrypted block devices in desktop
  environments that use UDisks2 or storaged.