a (poorly) automated way to install gentoo linux
Go to file
2024-09-21 15:44:29 -07:00
funcs.sh mad changes 2024-09-20 23:27:28 -07:00
hosts (hopefully) finished the base installation portion 2024-09-21 15:26:02 -07:00
install.sh (hopefully) finished the base installation portion 2024-09-21 15:26:02 -07:00
make.conf (hopefully) finished the base installation portion 2024-09-21 15:26:02 -07:00
package.use (hopefully) finished the base installation portion 2024-09-21 15:26:02 -07:00
README.md modified the readme 2024-09-21 15:44:29 -07:00
stage3.sh (hopefully) finished the base installation portion 2024-09-21 15:26:02 -07:00

a horrible customized gentoo-install

i was too lazy to figure out how to fork it from github my apologies

source/upstream/whatever it's called i forgot

stole lots of flags and config stuff from here

DO NOT REBOOT AFTER AUTOMATED INSTALLATION

to setup efibootmgr

emerge --oneshot efibootmgr efibootmgr -c -d /dev/nvme0n1 -p 1 -L "GENTOO" -l '\EFI\BOOT\BOOTX64.EFI'

replace nvme0n1 with sd* depending on what hard drive you're using

emerge --depclean efibootmgr emerge --depclean

you might need to go to your BIOS to change boot priority

you could just use grub by changing settings if this doesnt work

todo

  • figure out how shell works
  • automatically install programs i like
  • not break things (hopefully)

some notes

  1. no mbr
  2. no full disk encryption
  3. amd64 openrc only (could probably modify this in less than 10 seconds by changing stage3 download)
  4. assumes intel cpu and nvidia gpu

gentoo is awful(ly good)