Make sure $HOSTNAME is unset by default
authorMichael Prokop <devnull@localhost>
Sun, 16 Dec 2007 21:01:18 +0000 (22:01 +0100)
committerMichael Prokop <devnull@localhost>
Sun, 16 Dec 2007 21:01:18 +0000 (22:01 +0100)
debian/changelog
grml-live

index 4f5de63..0c5106a 100644 (file)
@@ -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.
index b1246f7..392f4ca 100755 (executable)
--- 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