http://german-bash.org/299125?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+gbo-zitate+%28german-bash.org+-+Die+neuesten+Zitate%29&utm_content=NetvibesAber ich habe da einige Kritikpunkte. Zunächst wird keine Stage geladen, außerdem passt mir die Programmauswahl nicht. Ich optimiere das mal:
fdisk /dev/hda && mkfs.ext3 /dev/hda1 && mount /dev/hda1 /mnt/gentoo/ && cd /mnt/gentoo && wget
http://mirrors.kernel.org/gentoo/releases/x86/autobuilds/current-stage3/stage3-i686-20100420.tar.bz2 && tar xvfj stage3-i686-20100420.tar.bz2 && chroot /mnt/gentoo/ && env-update && . /etc/profile && emerge sync && cd /usr/portage && scripts/bootsrap.sh && emerge system && emerge mc && mcedit /etc/fstab && emerge gentoo-dev-sources && cd /usr/src/linux && make menuconfig && make install modules_install && emerge dwm uzbl abiword gimp medit zathura rxvt-unicode feh screen balsa mpd ncmpcpp irssi && emerge grub && cp /boot/grub/grub.conf.sample /boot/grub/grub.conf && mcedit /boot/grub/grub.conf && grub && init 6