diff options
author | Harald Hoyer <harald@redhat.com> | 2010-03-19 15:15:17 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2010-03-19 16:51:05 +0100 |
commit | c55b20803aa9e89f6c27e8544fdbb7ad24898072 (patch) | |
tree | 4f21e33f982c911dfe6923acad60f597ed913250 /dracut.spec | |
parent | 7095aab4a29d57a5a9a508b38fced7a7e6ee242e (diff) | |
download | dracut-c55b20803aa9e89f6c27e8544fdbb7ad24898072.tar.gz dracut-c55b20803aa9e89f6c27e8544fdbb7ad24898072.tar.bz2 dracut-c55b20803aa9e89f6c27e8544fdbb7ad24898072.zip |
dracut.spec: change description and summaries
Diffstat (limited to 'dracut.spec')
-rw-r--r-- | dracut.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dracut.spec b/dracut.spec index 0714f78b..5e6c4c21 100644 --- a/dracut.spec +++ b/dracut.spec @@ -75,7 +75,11 @@ BuildArch: noarch %endif %description -dracut is a new, event-driven initramfs infrastructure based around udev. +Dracut contains tools to create a bootable initramfs for 2.6 Linux kernels. +Unlike existing implementations, dracut does 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 supported as well as +NFS, iSCSI, NBD, FCoE with the dracut-network package. %package network Summary: Dracut modules to build a dracut initramfs with network support @@ -93,7 +97,7 @@ This package requires everything which is needed to build a generic all purpose initramfs with network support with dracut. %package fips -Summary: dracut modules to build a dracut initramfs with an integrity check. +Summary: Dracut modules to build a dracut initramfs with an integrity check Requires: %{name} = %{version}-%{release} Requires: hmaccalc %if 0%{?rhel} > 5 |