Seleccionar página

gentoo_guay.jpgCuando hacemos:

# mirrorselect -a -s4 -o |grep 'GENTOO_MIRRORS=' >> /mnt/gentoo/etc/make.conf

Para actualizar /etc/make.conf. Con esto conseguiremos servidores espejo rápidos para descargar Portage y el código fuente (por supuesto en caso de que se tenga una conexión a la red)

Esto es lo que reza el handbook, pero la primera vez que instalé gentoo yo no lo puse por que por un bug me creaba de /etc/make.conf un fichero binario con ascii al principio (un desastre). Entonces, de donde saca la url o la ftp para ir a buscar los sources de la paquetería?
exactamente de: /etc/make.globals


livecd / # head -n 20 /etc/make.globals
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-src/portage/cnf/make.globals.x86,v 1.4 2004/10/03 17:56:19 genone Exp $
# System-wide defaults for the Portage system # *****************************
# ** DO NOT EDIT THIS FILE **
# ***************************************************
# **** CHANGES TO make.conf *OVERRIDE* THIS FILE ****
# ***************************************************
# ** Incremental Variables Accumulate Across Files **
# ** USE, CONFIG_*, and FEATURES are incremental **
# ***************************************************
GENTOO_MIRRORS="http://gentoo.osuosl.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo" SYNC="rsync://rsync.gentoo.org/gentoo-portage"
# Host-type CHOST=i686-pc-linux-gnu PORTAGE_TMPDIR=/var/tmp


Versión: 2004.3