View Single Post
Posts: 1,297 | Thanked: 4,322 times | Joined on Oct 2014
#8
Originally Posted by coderus View Post
Installing packages in chroot is not a problem, getting internet working in chroot is harder.
Isnt it as simple as

Code:
mount --bind /etc/resolv.conf /path/to/chrott/etc/resolv.conf
Before chroot'ing .....
 

The Following 3 Users Say Thank You to nieldk For This Useful Post: