From 6cf66c73c8d9067c5836246ad7c3d51529c683c5 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 19 Apr 2014 01:30:28 +0200 Subject: [PATCH 1/1] Clarify usage of default hostname ($HOSTNAME is considered) --- config | 2 +- grml-debootstrap.8.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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_:: -- 2.1.4