Blame 0004-dracut.sh-remove-default-marker-in-help.patch

Harald Hoyer 52ce14
From 54e7d7c32daf14f7174dd852c64924cb4f2daa69 Mon Sep 17 00:00:00 2001
Harald Hoyer 52ce14
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 52ce14
Date: Sat, 9 Mar 2013 15:11:12 +0100
Harald Hoyer 52ce14
Subject: [PATCH] dracut.sh: remove (default) marker in --help
Harald Hoyer 52ce14
Harald Hoyer 52ce14
---
Harald Hoyer 52ce14
 dracut.sh | 14 +++++++-------
Harald Hoyer 52ce14
 1 file changed, 7 insertions(+), 7 deletions(-)
Harald Hoyer 52ce14
Harald Hoyer 52ce14
diff --git a/dracut.sh b/dracut.sh
Harald Hoyer 52ce14
index 28ed4f1..7243078 100755
Harald Hoyer 52ce14
--- a/dracut.sh
Harald Hoyer 52ce14
+++ b/dracut.sh
Harald Hoyer 52ce14
@@ -69,11 +69,11 @@ Creates initial ramdisk images for preloading modules
Harald Hoyer 52ce14
 
Harald Hoyer 52ce14
   --kver [VERSION]      Set kernel version to [VERSION].
Harald Hoyer 52ce14
   -f, --force           Overwrite existing initramfs file.
Harald Hoyer 52ce14
+  -a, --add [LIST]      Add a space-separated list of dracut modules.
Harald Hoyer 52ce14
   -m, --modules [LIST]  Specify a space-separated list of dracut modules to
Harald Hoyer 52ce14
                          call when building the initramfs. Modules are located
Harald Hoyer 52ce14
                          in /usr/lib/dracut/modules.d.
Harald Hoyer 52ce14
   -o, --omit [LIST]     Omit a space-separated list of dracut modules.
Harald Hoyer 52ce14
-  -a, --add [LIST]      Add a space-separated list of dracut modules.
Harald Hoyer 52ce14
   -d, --drivers [LIST]  Specify a space-separated list of kernel modules to
Harald Hoyer 52ce14
                         exclusively include in the initramfs.
Harald Hoyer 52ce14
   --add-drivers [LIST] Specify a space-separated list of kernel
Harald Hoyer 52ce14
@@ -90,12 +90,12 @@ Creates initial ramdisk images for preloading modules
Harald Hoyer 52ce14
   --kernel-only         Only install kernel drivers and firmware files
Harald Hoyer 52ce14
   --no-kernel           Do not install kernel drivers and firmware files
Harald Hoyer 52ce14
   --kernel-cmdline [PARAMETERS] Specify default kernel command line parameters
Harald Hoyer 52ce14
-  --strip               Strip binaries in the initramfs (default)
Harald Hoyer 52ce14
+  --strip               Strip binaries in the initramfs
Harald Hoyer 52ce14
   --nostrip             Do not strip binaries in the initramfs
Harald Hoyer 52ce14
-  --hardlink            Hardlink files in the initramfs (default)
Harald Hoyer 52ce14
+  --hardlink            Hardlink files in the initramfs
Harald Hoyer 52ce14
   --nohardlink          Do not hardlink files in the initramfs
Harald Hoyer 52ce14
   --prefix [DIR]        Prefix initramfs files with [DIR]
Harald Hoyer 52ce14
-  --noprefix            Do not prefix initramfs files (default)
Harald Hoyer 52ce14
+  --noprefix            Do not prefix initramfs files
Harald Hoyer 52ce14
   --mdadmconf           Include local /etc/mdadm.conf
Harald Hoyer 52ce14
   --nomdadmconf         Do not include local /etc/mdadm.conf
Harald Hoyer 52ce14
   --lvmconf             Include local /etc/lvm/lvm.conf
Harald Hoyer 52ce14
@@ -111,11 +111,11 @@ Creates initial ramdisk images for preloading modules
Harald Hoyer 52ce14
                          1 - only fatal errors
Harald Hoyer 52ce14
                          2 - all errors
Harald Hoyer 52ce14
                          3 - warnings
Harald Hoyer 52ce14
-                         4 - info (default)
Harald Hoyer 52ce14
+                         4 - info
Harald Hoyer 52ce14
                          5 - debug info (here starts lots of output)
Harald Hoyer 52ce14
                          6 - trace info (and even more)
Harald Hoyer 52ce14
-  -v, --verbose         Increase verbosity level (default is info(4))
Harald Hoyer 52ce14
-  -q, --quiet           Decrease verbosity level (default is info(4))
Harald Hoyer 52ce14
+  -v, --verbose         Increase verbosity level
Harald Hoyer 52ce14
+  -q, --quiet           Decrease verbosity level
Harald Hoyer 52ce14
   -c, --conf [FILE]     Specify configuration file to use.
Harald Hoyer 52ce14
                          Default: /etc/dracut.conf
Harald Hoyer 52ce14
   --confdir [DIR]       Specify configuration directory to use *.conf files