How do I keep emerge kdebase from looking for the internet but instead /gentoo/usr/portage/distfiles/? I performed a Stage 3 Gentoo install and now want to install GUI and applications that I have on CD. There is a tremdous amount of information about networkless Gentoo installs but nothing on the rest.
Thanks!
Rick
How do I keep emerge kdebase from looking for the internet but instead /gentoo/usr/portage/distfiles/?
You could probably change /etc/make.conf to:
PORTDIR=/gentoo/usr/portage DISTDIR=${PORTDIR}/distfiles
But after the install is done you will probably want to change it back to:
PORTDIR=/usr/portage DISTDIR=${PORTDIR}/distfiles
Hope this helps some.