           MODULE=dracut
          VERSION=106
           SOURCE=$MODULE-$VERSION.tar.gz
  SOURCE_URL_FULL=https://github.com/dracut-ng/dracut-ng/archive/$VERSION.tar.gz
  SOURCE_URL_FULL=https://github.com/dracut-ng/dracut-ng/archive/refs/tags/$VERSION.tar.gz
       SOURCE_VFY=sha256:9009ac13072c9b583822ad1a17f2cca47af463190f0d6623e90b0f1107c71f95
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-ng-$VERSION
         WEB_SITE=https://dracut.wiki.kernel.org/index.php/Main_Page
          ENTERED=20120715
          UPDATED=20250307
            SHORT="Initramfs generator using udev"
COMPRESS_MANPAGES=off # If we compress them it will mess up an upgrade for this module due to symlinks

cat << EOF
Dracut contains tools to generate a bootable initramfs for 2.6 Linux
kernels or later. Unlike exisiting implementations, dracut try
hard-code as little as possible into the initramfs. Dracut contains
various modules which are driven by the event-based udev. Having root
on MD, DM, LVM2, LUKS is support as well as NFS, iSCSI, NBD with the
dracut-network package.
EOF
