From: Michael Prokop Date: Fri, 18 Apr 2014 23:30:28 +0000 (+0200) Subject: Clarify usage of default hostname ($HOSTNAME is considered) X-Git-Tag: v0.63~3 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=6cf66c73c8d9067c5836246ad7c3d51529c683c5;hp=84fe15047800fd2458ad08dd348cdc7238ad9e83;ds=sidebyside Clarify usage of default hostname ($HOSTNAME is considered) --- diff --git a/config b/config index f98dff6..610dd4a 100644 --- a/config +++ b/config @@ -82,7 +82,7 @@ # ARCH='amd64' # Hostname of new system. -# Default: 'grml' +# Default: $HOSTNAME or if unset 'grml' # HOSTNAME='grml' # Kernel version to install. diff --git a/grml-debootstrap.8.txt b/grml-debootstrap.8.txt index 282a794..9633864 100644 --- a/grml-debootstrap.8.txt +++ b/grml-debootstrap.8.txt @@ -109,7 +109,7 @@ Options and environment variables *--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_::