diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:26 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:26 +0200 |
| commit | 112ee0e018e658f0c6dfb0bee32be19ae67ce00f (patch) | |
| tree | 2a311cfd61aab05cfb4800c41426a28f3b2aac6c /scripts/casper-bottom/18hostname | |
| parent | 269ea83c30e08ac2f82cea67b5d6ac065a67cbef (diff) | |
| download | live-boot-112ee0e018e658f0c6dfb0bee32be19ae67ce00f.tar.gz live-boot-112ee0e018e658f0c6dfb0bee32be19ae67ce00f.zip | |
Adding casper 1.77+debian-2.
Diffstat (limited to 'scripts/casper-bottom/18hostname')
| -rwxr-xr-x | scripts/casper-bottom/18hostname | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/casper-bottom/18hostname b/scripts/casper-bottom/18hostname index 19ac61f..a616488 100755 --- a/scripts/casper-bottom/18hostname +++ b/scripts/casper-bottom/18hostname @@ -20,10 +20,10 @@ esac log_begin_msg "$DESCRIPTION" -echo "$HOST" > /root/etc/hostname +echo "$HOSTNAME" > /root/etc/hostname cat > /root/etc/hosts <<EOF 127.0.0.1 localhost -127.0.1.1 $HOST +127.0.1.1 $HOSTNAME # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback |
