Blame 0056-dracut.usage.asc-Remove-distro-specific-help-from-ma.patch

Harald Hoyer b94732
From 4d25892179e4eff9fc4bd2a2ab45a91c5a372fc2 Mon Sep 17 00:00:00 2001
Harald Hoyer b94732
From: Thomas Renninger <trenn@suse.de>
Harald Hoyer b94732
Date: Thu, 11 Dec 2014 15:46:17 +0100
Harald Hoyer b94732
Subject: [PATCH] dracut.usage.asc: Remove distro specific help from manpage
Harald Hoyer b94732
Harald Hoyer b94732
Signed-off-by: Thomas Renninger <trenn@suse.de>
Harald Hoyer b94732
---
Harald Hoyer b94732
 dracut.usage.asc | 19 +------------------
Harald Hoyer b94732
 1 file changed, 1 insertion(+), 18 deletions(-)
Harald Hoyer b94732
Harald Hoyer b94732
diff --git a/dracut.usage.asc b/dracut.usage.asc
Harald Hoyer b94732
index 9e788c1..b4a8663 100644
Harald Hoyer b94732
--- a/dracut.usage.asc
Harald Hoyer b94732
+++ b/dracut.usage.asc
Harald Hoyer b94732
@@ -246,23 +246,6 @@ specified multiple times.
Harald Hoyer b94732
 If your root partition is on a network drive, you have to have the network
Harald Hoyer b94732
 dracut modules installed to create a network aware initramfs image.
Harald Hoyer b94732
 
Harald Hoyer b94732
-On a Red Hat Enterprise Linux or Fedora system, this means, you have to install
Harald Hoyer b94732
-the _dracut-network_ rpm package:
Harald Hoyer b94732
-
Harald Hoyer b94732
-
Harald Hoyer b94732
-----
Harald Hoyer b94732
-# yum install dracut-network
Harald Hoyer b94732
-----
Harald Hoyer b94732
-
Harald Hoyer b94732
-The resulting initramfs image can be served by a boot manager residing on your
Harald Hoyer b94732
-local hard drive or it can be served by a PXE/TFTP server.
Harald Hoyer b94732
-
Harald Hoyer b94732
-How to setup your PXE/TFTP server can be found in the
Harald Hoyer b94732
-http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/[Red
Harald Hoyer b94732
-Hat Enterprise Linux 6 Storage Administration Guide]
Harald Hoyer b94732
-or http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/[Red
Harald Hoyer b94732
-Hat Enterprise Linux 7 Storage Administration Guide].
Harald Hoyer b94732
-
Harald Hoyer b94732
 If you specify ip=dhcp on the kernel command line, then dracut asks a dhcp
Harald Hoyer b94732
 server about the ip adress for the machine. The dhcp server can also serve an
Harald Hoyer b94732
 additional root-path, which will set the root device for dracut. With this
Harald Hoyer b94732
@@ -302,7 +285,7 @@ This will reduce the size of the initramfs image significantly.
Harald Hoyer b94732
 If the boot process does not succeed, you have several options to debug the
Harald Hoyer b94732
 situation. Some of the basic operations are covered here. For more information
Harald Hoyer b94732
 you should also visit:
Harald Hoyer b94732
-http://fedoraproject.org/wiki/How_to_debug_Dracut_problems
Harald Hoyer b94732
+https://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html
Harald Hoyer b94732
 
Harald Hoyer b94732
 
Harald Hoyer b94732
 [[identifying-your-problem-area]]