diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-01 11:03:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-01 11:03:55 +0000 |
commit | 06b097f2c8df35a019167c9f6f175c896052cbe5 (patch) | |
tree | 623125d9895522f7bfcc33529640a6f8bf320cc8 /scripts/poky-chroot-setup | |
parent | d38751f4e40add5c9ef3c3384e0af2a69a1a0807 (diff) | |
download | poky-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/poky-chroot-setup')
-rwxr-xr-x | scripts/poky-chroot-setup | 1 |
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" | |||
27 | echo "DISPLAY_WIDTH_PIXELS=640" >> "$TARGET/etc/formfactor/machconfig" | 27 | echo "DISPLAY_WIDTH_PIXELS=640" >> "$TARGET/etc/formfactor/machconfig" |
28 | echo "DISPLAY_HEIGHT_PIXELS=480" >> "$TARGET/etc/formfactor/machconfig" | 28 | echo "DISPLAY_HEIGHT_PIXELS=480" >> "$TARGET/etc/formfactor/machconfig" |
29 | cp /etc/passwd "$TARGET/etc/passwd" | 29 | cp /etc/passwd "$TARGET/etc/passwd" |
30 | cp /etc/resolv.conf "$TARGET/etc/resolv.conf" | ||
30 | touch "$TARGET/.pokychroot" | 31 | touch "$TARGET/.pokychroot" |