mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user