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