dracut/0001-dracut.8-fixed-LUKS-paragraph.patch
Harald Hoyer 12f4d57338 - fixed dracut manpages
- dmraid parse different error messages
- add cdrom polling mechanism for slow cdroms
- add module btrfs
- teach dmsquash live-root to use rootflags
- trigger udev with action=add
- fixed add_drivers handling
- add sr_mod
- use pigz instead of gzip, if available
2010-04-15 12:50:38 +00:00

28 lines
809 B
Diff

From 7ea25f3a3426bd60c26e2deaf07f2c3918e65dcb Mon Sep 17 00:00:00 2001
From: Harald Hoyer <harald@redhat.com>
Date: Wed, 7 Apr 2010 11:17:46 +0200
Subject: [PATCH 01/15] dracut.8: fixed LUKS paragraph
---
dracut.8 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/dracut.8 b/dracut.8
index 3ec9c4f..5220dea 100644
--- a/dracut.8
+++ b/dracut.8
@@ -214,8 +214,9 @@ only activate the LUKS partitions with the given UUID
Any "luks-" of the LUKS UUID is removed before comparing to <luks uuid>.
The comparisons also matches, if <luks uuid> is only the beginning of the
LUKS UUID, so you don't have to specify the full UUID.
+.TP
.BR rd_NO_CRYPTTAB
-do not check if LUKS partition is in /etc/crypttab
+do not check, if LUKS partition is in /etc/crypttab
.SS MD
.TP
--
1.7.0.1