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
This commit is contained in:
Richard Purdie 2008-02-01 11:03:55 +00:00
parent d38751f4e4
commit 06b097f2c8
1 changed files with 1 additions and 0 deletions

View File

@ -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"