Ignore:
Timestamp:
09/18/2017 07:38:05 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ad930e6
Parents:
e4c7cf8e
Message:

Fix cryptsetup dependencies

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19247 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cryptsetup.xml

    re4c7cf8e r416617d6  
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
     77      <xref linkend="lvm2"/>,
     78      <xref linkend="popt"/>, and one of
    7779      <xref linkend="libgcrypt"/>,
    7880      <xref linkend="nettle"/>,
    79       <xref linkend="lvm2"/>,
    80       <xref linkend="nss"/>,
    81       <xref linkend="openssl"/>,
    82       <xref linkend="popt"/>
     81      <xref linkend="nss"/>, or
     82      <xref linkend="openssl"/> (libgcrypt is the default)
    8383    </para>
    8484
     
    101101
    102102    <para>
    103       Encrypted block devies require kernel support.  To use it, the
     103      Encrypted block devices require kernel support.  To use it, the
    104104      appropriate kernel configuration parameters need to be set:
    105105    </para>
Note: See TracChangeset for help on using the changeset viewer.