PDA

View Full Version : Install Gentoo w/ Knoppix



chubsmalone
06-02-2005, 10:51 PM
I'm trying to install Gentoo using my Knoppix live CD. When I get to the point of the install where I chroot the install manual says to copy the DNS information from /etc/resolv.conf into /mnt/gentoo/resolv.conf. The problem is that I can't find /etc/resolv.conf in the Knoppix system. Where is DNS info kept in Knoppix? Once I copy it into /mnt/gentoo, how do I rename it resolv.conf? Thanks a lot.

Markus
06-03-2005, 08:27 PM
Try /etc/dhcpc/resolv.conf but /etc/resolv.conf should be there as well unless something has changed with recent knoppix.
What do you mean how do you rename it? If you cp /etc/resolv.conf /mnt/gentoo/resolv.conf it's already named as /mnt/gentoo/resolv.conf.
If you want to rename a file do: mv oldname newname