summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-02-01 11:03:55 +0000
committerRichard Purdie <richard@openedhand.com>2008-02-01 11:03:55 +0000
commit06b097f2c8df35a019167c9f6f175c896052cbe5 (patch)
tree623125d9895522f7bfcc33529640a6f8bf320cc8 /scripts
parentd38751f4e40add5c9ef3c3384e0af2a69a1a0807 (diff)
downloadopenembedded-core-06b097f2c8df35a019167c9f6f175c896052cbe5.tar.gz
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
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-chroot-setup1
1 files changed, 1 insertions, 0 deletions
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"