I've setup a brand new linux machine with Ubuntu 8.04. I've added a few hosts in /etc/hosts but upon reboot of the OS, the file is reset to its original content. The original content looks like:
127.0.0.1 localhost.localdomain localhost
# Auto-generated hostname. Please do not remove this comment.
00.00.0.000 myhost
I'm actually using a real ip number instead of the series of zero above. Does anyone know how I can prevent my hosts file from being wiped after a reboot?

00.00.0.000, not the loopback line. – grawity Oct 9 '09 at 7:46