From 06b097f2c8df35a019167c9f6f175c896052cbe5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 1 Feb 2008 11:03:55 +0000 Subject: [PATCH] poky-chroot-setup: Copy hosts resolv.conf into the guest system to make DNS resolution work git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3656 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/poky-chroot-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/poky-chroot-setup b/scripts/poky-chroot-setup index d85c864da7..209efd6df4 100755 --- a/scripts/poky-chroot-setup +++ b/scripts/poky-chroot-setup @@ -27,4 +27,5 @@ echo "HAVE_TOUCHSCREEN=0" >> "$TARGET/etc/formfactor/machconfig" echo "DISPLAY_WIDTH_PIXELS=640" >> "$TARGET/etc/formfactor/machconfig" echo "DISPLAY_HEIGHT_PIXELS=480" >> "$TARGET/etc/formfactor/machconfig" cp /etc/passwd "$TARGET/etc/passwd" +cp /etc/resolv.conf "$TARGET/etc/resolv.conf" touch "$TARGET/.pokychroot"