Remix.run Logo
rascul 7 hours ago

> I think that Gentoo or even Arch would provide pretty close to the same education level, though, with a lot less time to install.

it only takes three commands to install Gentoo

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 6

that's the first one

https://web.archive.org/web/20230601013339/http://bash.org/?...

djhworld 6 hours ago | parent [-]

I remember playing with Gentoo back in 2004-2005, going through the installation procedure from "stage 1" all the way through to the working system [1]

It looks like nowadays the handbook says just go from stage 3, which makes sense - compiling everything was kinda stupid :D

[1] https://web.archive.org/web/20041013055338/http://www.gentoo...