ffd5ff4fbc
- git snapshot
33 lines
1.3 KiB
Diff
33 lines
1.3 KiB
Diff
From 3ed33db54a34e5d398a063f578f0d15d834816db Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Mon, 26 Feb 2018 11:22:55 +0100
|
|
Subject: [PATCH] Update %description a bit
|
|
|
|
---
|
|
dracut.spec | 11 ++++++-----
|
|
1 file changed, 6 insertions(+), 5 deletions(-)
|
|
|
|
diff --git a/dracut.spec b/dracut.spec
|
|
index 445d6adb..725f89d6 100644
|
|
--- a/dracut.spec
|
|
+++ b/dracut.spec
|
|
@@ -127,11 +127,12 @@ Requires: util-linux-ng >= 2.21
|
|
Conflicts: mdadm < 3.2.6-14
|
|
|
|
%description
|
|
-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.
|
|
+dracut contains tools to create bootable initramfses for the Linux
|
|
+kernel. Unlike previous implementations, dracut hard-codes 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
|
|
|