From e87ffdfa3cd8b111d9a839e12cba08f98ddbfc35 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Wed, 11 Nov 2009 00:24:01 -0300 Subject: 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 --- configs/install-iso/overlay/etc/hosts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 configs/install-iso/overlay/etc/hosts (limited to 'configs') 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 +# + +# +127.0.0.1 localhost.localdomain localhost archiso + +# End of file -- cgit v1.2.3-54-g00ecf