Debian Rootfs necessary packages.

Hi,

I have created a Debian Rootfs with the necessary packages and was able to boot up the Beagle. I have a problem where the network does not come up automatically and my DNS does not seem to resolve properly as the addresses does not get resolved properly. What are the customizations and packages to be installed for bringing these up?

Thanks,
Gautam.

I have fixed this issue by creating an interfaces file with the following:

auto eth0
allow-hotplug eth0
iface eth0 inet dhcp

Also I noticed that there were errors in the systemd networking.service as there was no ifquery. 
Installing ifupdown2 solved that issue too.

-Gautam.