Can I pay someone to install gentoo on my terminal ?
It's too much work.
Can I pay someone to install gentoo on my terminal ?
It's too much work.
just use gentoo, don't listen to nigger advice who meme nugentoo.
i don't get how can you be "nervous" to install an operative system lol, just install it from your already running linux with a chroot. Is what I did and probably most people who aren't retarded do
mount partition /mnt
mkdir /mnt/boot/efi -p
mount bootpartition /mnt/boot
mont efipartition /mnt/boot/efi
cd /mnt
tar -xf gentootarball.xz.tar
for i in proc sys dev run; do mount --bind /${i} /mnt/${i}; done
cp /etc/resolv.conf etc/resolv.conf
chroot /mnt
emerge --webrsync
eselect profile set 16
emerge @world -avDUu
emerge grub gentoo-sources genkernel xfce4-meta xorg-{drivers,server,x11}
genkernel all
grub-install
echo 'partition / ext4 defaults 0 0' >> /etc/fstab
echo 'bootpartition /boot ext4 defaults 0 0' >> /etc/fstab
echo 'efipartition /boot/efi vfat defaults 0 0' >> /etc/fstab
grub-mkconfig -o /boot/grub/grub.cfg
exit
reboot
from the back of my head
that's 3214321 shekels sir
kek, and this is without configuring the kernel or having an encrypted setup, which is not more than half additional work.
But if you don't want to be cucked by distro maintainers shipping with cancer because it's to maintain for them this is your only option