Take a look for yourself.cp_tar wrote:Never heard of it... should I have?loki99 wrote:Jackass! at the moment.
The easiest and fastest way to get a thoroughly tweaked system, as long as your architecture is supported!



Cute.loki99 wrote:Take a look for yourself.cp_tar wrote:Never heard of it... should I have?loki99 wrote:Jackass! at the moment.
The easiest and fastest way to get a thoroughly tweaked system, as long as your architecture is supported!


I felt bad about not having done a Stage 1, but you removed all my worries.Dlareh wrote:Unless you happen to know what a CHOST is, all you Stage1 people are just wasting your time with a completely inferior installation method. Take a look at Bob P's Stage1/3 thread for all your optimilazation needs.
And no, you do NOT learn more by doing a Stage1. Basically all you get to do is waste your time waiting for the bootstrap (which is highly prone to failure) to finish. Then you are at Stage2, which of course is also a pointless distinction.

Code: Select all
cfdisk /dev/hda && mkfs.xfs /dev/hda1 && mount /dev/hda1 /mnt/gentoo/ && chroot /mnt/gentoo/ && env-update && . /etc/profile && emerge sync && cd /usr/portage && scripts/bootsrap.sh && emerge system && emerge vim && vi /etc/fstab && emerge gentoo-dev-sources && cd /usr/src/linux && make menuconfig && make install modules_install && emerge gnome mozilla-firefox openoffice && emerge grub && cp /boot/grub/grub.conf.sample /boot/grub/grub.conf && vi /boot/grub/grub.conf && grub && init 6There is also a typo in the command that would cause the install to fail.Dlareh wrote:That's the first one. There are two more : Pcfdisk /dev/hda && mkfs.xfs /dev/hda1 && mount /dev/hda1 /mnt/gentoo/ && chroot /mnt/gentoo/ && env-update && . /etc/profile && emerge sync && cd /usr/portage && scripts/bootstrap.sh && emerge system && emerge vim && vi /etc/fstab && emerge gentoo-dev-sources && cd /usr/src/linux && make menuconfig && make install modules_install && emerge gnome mozilla-firefox openoffice && emerge grub && cp /boot/grub/grub.conf.sample /boot/grub/grub.conf && vi /boot/grub/grub.conf && grub && init 6