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

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