Blame SOURCES/0483-dracut.conf.5.asc-add-Warning-about-leading-and-trai.patch

18971c
From fa861e2cbff8cde4fd55437f63f29d2b38c57d09 Mon Sep 17 00:00:00 2001
18971c
From: Harald Hoyer <harald@redhat.com>
18971c
Date: Wed, 11 Jan 2017 13:47:24 +0100
18971c
Subject: [PATCH] dracut.conf.5.asc: add Warning about leading and trailing
18971c
 spaces in lists
18971c
18971c
---
18971c
 dracut.conf.5.asc | 5 +++++
18971c
 1 file changed, 5 insertions(+)
18971c
18971c
diff --git a/dracut.conf.5.asc b/dracut.conf.5.asc
18971c
index c20a341d..f4ad49d2 100644
18971c
--- a/dracut.conf.5.asc
18971c
+++ b/dracut.conf.5.asc
18971c
@@ -30,6 +30,11 @@ dracut command line options will overwrite any values set here.
18971c
 
18971c
 Configuration files must have the extension .conf; other extensions are ignored.
18971c
 
18971c
+[WARNING]
18971c
+====
18971c
+Space-separated lists have to have a leading and trailing space!
18971c
+====
18971c
+
18971c
 *dracutmodules+=*" __<dracut modules>__ "::
18971c
     Specify a space-separated list of dracut modules to call when building the
18971c
     initramfs. Modules are located in _/usr/lib/dracut/modules.d_.