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

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