Blame SOURCES/0214-replaced-ip-auto-with-ip-dhcp-in-the-documentation.patch

712866
From e03b09212aaf33eab2dc8a330053448810c3546d Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Tue, 9 Sep 2014 13:35:13 +0200
712866
Subject: [PATCH] replaced ip=auto with ip=dhcp in the documentation
712866
712866
https://bugzilla.redhat.com/show_bug.cgi?id=1086931
712866
---
712866
 dracut.usage.asc | 4 ++--
712866
 1 file changed, 2 insertions(+), 2 deletions(-)
712866
712866
diff --git a/dracut.usage.asc b/dracut.usage.asc
5c6c2a
index 0b874e60..bee9e2e1 100644
712866
--- a/dracut.usage.asc
712866
+++ b/dracut.usage.asc
712866
@@ -209,7 +209,7 @@ be specified once.
712866
 ----
712866
 # mkdir -p rd.live.overlay/etc/cmdline.d
712866
 # mkdir -p rd.live.overlay/etc/conf.d
712866
-# echo "ip=auto" >> rd.live.overlay/etc/cmdline.d/mycmdline.conf
712866
+# echo "ip=dhcp" >> rd.live.overlay/etc/cmdline.d/mycmdline.conf
712866
 # echo export FOO=testtest >> rd.live.overlay/etc/conf.d/testvar.conf
712866
 # echo export BAR=testtest >> rd.live.overlay/etc/conf.d/testvar.conf
712866
 # tree rd.live.overlay/
712866
@@ -261,7 +261,7 @@ How to setup your PXE/TFTP server can be found in the
712866
 http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/[Red
712866
 Hat Enterprise Linux Storage Administration Guide].
712866
 
712866
-If you specify ip=auto on the kernel command line, then dracut asks a dhcp
712866
+If you specify ip=dhcp on the kernel command line, then dracut asks a dhcp
712866
 server about the ip adress for the machine. The dhcp server can also serve an
712866
 additional root-path, which will set the root device for dracut. With this
712866
 mechanism, you have static configuration on your client machine and a