From bacacc36837825f121ff38fad7e0159b3bda1b67 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 16 Dec 2007 22:01:18 +0100 Subject: [PATCH] Make sure $HOSTNAME is unset by default --- debian/changelog | 1 + grml-live | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4f5de63..0c5106a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ grml-live (0.0.13) unstable; urgency=low * Adjust hostname in /etc/postfix/main.cf. * Make sure /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan does not fail. * Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/32-xorg + * Make sure $HOSTNAME is unset by default. * Disable Recommends for aptitude as well. * Check for presence of live-initramfs in 10-build-initramfs. * Install aptitude in softupdate if not present. diff --git a/grml-live b/grml-live index b1246f7..392f4ca 100755 --- a/grml-live +++ b/grml-live @@ -43,6 +43,7 @@ VERBOSE='' FORCE='' UPDATE='' BUILD_ONLY='' +HOSTNAME='' if [ -r /etc/grml/lsb-functions ] ; then . /etc/grml/lsb-functions -- 2.1.4