Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Make sure $HOSTNAME is unset by default
authorMichael Prokop
Sun Dec 16 22:01:18 2007 +0100 (11 months ago)
changeset 403ddedd359d5b4
manifestddedd359d5b4
parent 402c1648408ab88
child 404c7669b579e28
Make sure $HOSTNAME is unset by default
debian/changelog
grml-live
--- a/debian/changelog Sun Dec 16 21:56:26 2007 +0100
+++ b/debian/changelog Sun Dec 16 22:01:18 2007 +0100
@@ -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.
--- a/grml-live Sun Dec 16 21:56:26 2007 +0100
+++ b/grml-live Sun Dec 16 22:01:18 2007 +0100
@@ -43,6 +43,7 @@ FORCE=''
FORCE=''
UPDATE=''
BUILD_ONLY=''
+HOSTNAME=''
if [ -r /etc/grml/lsb-functions ] ; then
. /etc/grml/lsb-functions