Add a default install-iso/overlay/etc/hosts with archiso alias

With this add if some program is started and query about hostname,
no annoying delay of ~10 seconds will occur.

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2009-11-11 00:24:01 -03:00
parent f32a5c5b20
commit e87ffdfa3c

View File

@ -0,0 +1,8 @@
#
# /etc/hosts: static lookup table for host names
#
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 localhost.localdomain localhost archiso
# End of file