]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-chroot-setup: Copy hosts resolv.conf into the guest system to make DNS resolutio...
authorRichard Purdie <richard@openedhand.com>
Fri, 1 Feb 2008 11:03:55 +0000 (11:03 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 1 Feb 2008 11:03:55 +0000 (11:03 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3656 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/poky-chroot-setup

index d85c864da79d5de724d3d5cc80973e7d55066f53..209efd6df4438d8b2d1de4b64a1485e6d40ba88f 100755 (executable)
@@ -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"