From 68c6d6dea85c499a6b2788a4d96215adb7df9f32 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 20 Jun 2012 10:46:45 +0200 Subject: [PATCH] fix 00-dsa-configure-networking script --- .../instance-debootstrap/hooks/00-dsa-configure-networking.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ganeti2/templates/instance-debootstrap/hooks/00-dsa-configure-networking.erb b/modules/ganeti2/templates/instance-debootstrap/hooks/00-dsa-configure-networking.erb index fc0356e4..fe2a2818 100755 --- a/modules/ganeti2/templates/instance-debootstrap/hooks/00-dsa-configure-networking.erb +++ b/modules/ganeti2/templates/instance-debootstrap/hooks/00-dsa-configure-networking.erb @@ -66,7 +66,7 @@ nameserver 206.12.19.21 EOF # clean up etc/hosts -cat > $TARGET/etc/hosts +cat > $TARGET/etc/hosts << EOF 127.0.0.1 localhost # The following lines are desirable for IPv6 capable hosts -- 2.39.2