› Foros › PC › Software libre
cp ../../stage1-x86-2004.2.tar.bz /gentoo
cd /gentoo
tar -xvjpf stage1-x86-2004.2.tar.bz
cp -L /etc/resolv.conf /gentoo/etc/resolv.conf
chroot /gentoo /bin/bash
env-update
source /etc/profile
make.conf escribió:# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
ACCEPT_KEYWORDS="~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -mmmx -msse -m3dnow -fomit-frame-pointer -frename-registers -ffast-math -mfpmath=sse,387 -pipe -fPIC -funroll-loops -fstack-protector"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="-O2 -march=athlon-xp -mmmx -msse -m3dnow -fomit-frame-pointer -frename-registers -ffast-math -mfpmath=sse,387 -pipe -fPIC -funroll-loops -fstack-protector"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache fixpackages sandbox"
GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo http://www.ibliblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="videos dvdr -gnome vcd dvd cdr opengl xv fbcon directfb gpm gphoto2 alsa kde qt aalib ncurses sdl -svga gif jpeg png tiff avi mpeg quicktime encode flash python perl ssl crypt spell truetipe pdflib tetex nls samba arts mmx tcpd 3dfx 3dnow adns aim audiofile caps cups curl divx4linux doc gtk2 icq imap imagemagick jabber java jikes mozilla mpeg msn oggvorbis oss plotutils usb X xml xml2 xvid yahoo zlib x86 acpi apm berkdb foomaticdb gdbm libwww linguas_es mad mikmod motif slang"
emerge sync
cd /usr/portage
scripts/bootstrap.sh
chroot /gentoo /bin/bash
env-update
source /etc/profile
emerge system
emerge gentoo-dev-sources
chroot /gentoo /bin/bash
etc-update
source /etc/profile
NeoRave escribió:Un apunte ark
chroot /gentoo /bin/bash
env-update
source /etc/profile
no??
Saludos
Ark del KAOS escribió:¿No deberia de decirle a que kernel quiero que se una?
bateman107 escribió:
que yo sepa pilla el kernel al que apunta el enlace /usr/src/linux
Salu2
Ark del KAOS escribió:
Ah! bien....pues me da un error de ese estilo.
¿Que hago? ¿es totalmente necesario para cargar mi sistema? (tengo una nvidia fx5900)
Ark del KAOS escribió:Pues el kernel es el 2.6.7 r11, y el nvidia ni idea
# /etc/fstab: static file system information.
# $Header: /var/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1 /boot ext2 defaults 1 2
/dev/hda8 / ext3 noatime 0 0
/dev/hda5 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,user 0 0
/dev/fd0 /mnt/floppy auto noauto,user 0 0
/dev/hdb5 /shin ext3 noatime,user 0 0
/dev/hdd /xterno fat32 noatime,user 0 0
/dev/hda3 /ventanukos fat32 noatime 0 0
/dev/hdb1 /ntfs ntfs noatime 0 0
/dev/hda7 /mandrake ext3 noatime 0 0
/dev/hda6 /home ext3 noatime 0 0
/dev/hda9 /interno fat32 noatime 0 0
# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:
none /dev/shm tmpfs defaults 0 0