Clarify usage of default hostname ($HOSTNAME is considered)
authorMichael Prokop <mika@grml.org>
Fri, 18 Apr 2014 23:30:28 +0000 (01:30 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 18 Apr 2014 23:30:28 +0000 (01:30 +0200)
config
grml-debootstrap.8.txt

diff --git a/config b/config
index f98dff6..610dd4a 100644 (file)
--- a/config
+++ b/config
@@ -82,7 +82,7 @@
 # ARCH='amd64'
 
 # Hostname of new system.
 # ARCH='amd64'
 
 # Hostname of new system.
-# Default: 'grml'
+# Default: $HOSTNAME or if unset 'grml'
 # HOSTNAME='grml'
 
 # Kernel version to install.
 # HOSTNAME='grml'
 
 # Kernel version to install.
index 282a794..9633864 100644 (file)
@@ -109,7 +109,7 @@ Options and environment variables
 
 *--hostname* _hostname_::
 
 
 *--hostname* _hostname_::
 
-    Use specified hostname instead of the default (being 'grml').
+    Use specified hostname instead of the default (being $HOSTNAME or if unset 'grml').
 
 *-i*, *--iso* _/mntpoint_::
 
 
 *-i*, *--iso* _/mntpoint_::