]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
man pages: hostonly mode generates host-specific configuration
authorAmadeusz Żołnowski <aidecoe@aidecoe.name>
Mon, 25 Jun 2012 16:32:01 +0000 (18:32 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 29 Jun 2012 10:41:27 +0000 (12:41 +0200)
This fact hasn't been mentioned.

dracut.8.asc
dracut.conf.5.asc

index cadd740658df30216b30c8a36a8683f6a742a7ca..bab5996ee91db4b9a59acfc34e6f18a1e9be3f29 100644 (file)
@@ -232,8 +232,8 @@ Default:
     This is useful when running dracut from a git checkout.
 
 **-H, --hostonly**::
-    Host-Only mode: Install only what is needed for booting
-    the local host instead of a generic host.
+    Host-Only mode: Install only what is needed for booting the local host
+    instead of a generic host and generate host-specific configuration.
 +
 [WARNING]
 ====
index 017a2211c6dcff9f473d9aa3b98dabaa79dcea18..d17477d3fb3a2b7f155b0406c8422edc474eeca4 100644 (file)
@@ -65,7 +65,8 @@ line are not interpreted.
     Strip binaries in the initramfs (default=yes)
 
 *hostonly=*"__{yes|no}__"::
-    Host-Only mode: Install only what is needed for booting the local host instead of a generic host.
+    Host-Only mode: Install only what is needed for booting the local host
+    instead of a generic host and generate host-specific configuration.
 
 *tmpdir=*"__<temporary directory>__"::
     Specify temporary directory to use.