:: Re: [DNG] chroot sees wrong version…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Didier Kryn
Date:  
À: dng
Sujet: Re: [DNG] chroot sees wrong version of libc
Le 27/04/2016 23:29, Haines Brown a écrit :
> I found I had to bind mount /sys before I could install grub2.


     A few tricks:


     It is most of the times necessary to bind-mount /proc and /sys when 
working in a chroot. Depending what you do, /dev may also be necessary. 
Also copy /etc/hosts and /etc/resolv.conf when working with network.


     Happy that it worked :-)


     Didier