Blame 0143-dracut.8-document-INITRD_COMPRESS-environment-variab.patch

Harald Hoyer 53404a
From bd98b884475e66a6a92a8efa0fed1b37576f4366 Mon Sep 17 00:00:00 2001
Harald Hoyer 53404a
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 53404a
Date: Wed, 2 Nov 2016 13:49:17 +0100
Harald Hoyer 53404a
Subject: [PATCH] dracut.8: document INITRD_COMPRESS environment variable
Harald Hoyer 53404a
Harald Hoyer 53404a
https://bugzilla.redhat.com/show_bug.cgi?id=1389775
Harald Hoyer 53404a
---
Harald Hoyer 53404a
 dracut.8.asc | 7 +++++++
Harald Hoyer 53404a
 1 file changed, 7 insertions(+)
Harald Hoyer 53404a
Harald Hoyer 53404a
diff --git a/dracut.8.asc b/dracut.8.asc
Harald Hoyer 53404a
index 3b80000..0e01707 100644
Harald Hoyer 53404a
--- a/dracut.8.asc
Harald Hoyer 53404a
+++ b/dracut.8.asc
Harald Hoyer 53404a
@@ -434,6 +434,7 @@ will not be able to boot.
Harald Hoyer 53404a
     program with known-working arguments. If you pass a quoted string with
Harald Hoyer 53404a
     arguments, it will be called with exactly those arguments. Depending on what
Harald Hoyer 53404a
     you pass, this may result in an initramfs that the kernel cannot decompress.
Harald Hoyer 53404a
+    The default value can also be set via the _INITRD_COMPRESS_ environment variable.
Harald Hoyer 53404a
 
Harald Hoyer 53404a
 **--no-compress**::
Harald Hoyer 53404a
     Do not compress the generated initramfs. This will override any other
Harald Hoyer 53404a
@@ -496,6 +497,12 @@ will not be able to boot.
Harald Hoyer 53404a
     Specifies the kernel image, which to include in the UEFI executable. The default is
Harald Hoyer 53404a
     _/lib/modules/<KERNEL-VERSION>/vmlinuz_ or _/boot/vmlinuz-<KERNEL-VERSION>_
Harald Hoyer 53404a
 
Harald Hoyer 53404a
+ENVIRONMENT
Harald Hoyer 53404a
+-----------
Harald Hoyer 53404a
+
Harald Hoyer 53404a
+_INITRD_COMPRESS_::
Harald Hoyer 53404a
+    sets the default compression program. See **--compress**.
Harald Hoyer 53404a
+
Harald Hoyer 53404a
 FILES
Harald Hoyer 53404a
 -----
Harald Hoyer 53404a
 _/var/log/dracut.log_::