diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-11-11 00:24:01 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-11-11 00:27:02 -0300 |
commit | e87ffdfa3cd8b111d9a839e12cba08f98ddbfc35 (patch) | |
tree | 180b27002e2f3fa3860ca9944e4f8dbe600d9963 /configs/install-iso/overlay | |
parent | f32a5c5b20ee3e18d418b2c737b4cb10be3837e3 (diff) |
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>
Diffstat (limited to 'configs/install-iso/overlay')
-rw-r--r-- | configs/install-iso/overlay/etc/hosts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/install-iso/overlay/etc/hosts b/configs/install-iso/overlay/etc/hosts new file mode 100644 index 0000000..b6f25e3 --- /dev/null +++ b/configs/install-iso/overlay/etc/hosts @@ -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 |