2024-09-21 06:35:53 +00: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](https://gitlab.com/harha_/gentoo-installer)
|
|
|
|
|
|
|
|
[stole lots of flags and config stuff from here](https://www.reddit.com/r/Gentoo/comments/150r74m/guide_hyprland_nvidia_extremely_minimal_gentoo/)
|
|
|
|
|
2024-09-21 18:42:23 +00:00
|
|
|
# MAKE SURE TO EDIT THE KERNEL USING make menuconfig AFTER INSTALLATION TO ENSURE THAT YOUR HARDWARE IS SUPPORTED
|
|
|
|
|
2024-09-21 06:35:53 +00:00
|
|
|
## todo
|
2024-09-21 06:37:07 +00:00
|
|
|
- DO NOT USE!!!!! I'M NOT DONE
|
2024-09-21 06:35:53 +00:00
|
|
|
- figure out how shell works
|
|
|
|
- cut down on unneeded features
|
|
|
|
- automatically install programs i like
|
|
|
|
- not break things (hopefully)
|
|
|
|
|
|
|
|
## hopefully added features
|
|
|
|
- cut down on unneeded features
|
|
|
|
- fully automate certain portions (installing kernel/decent portage flags etc etc)
|
|
|
|
- default programs because i do not want to modify files just to get xorg working ever again
|
|
|
|
- actually working efibootmgr
|
|
|
|
|
|
|
|
## some notes for me (in the future)
|
|
|
|
1. no mbr
|
|
|
|
2. no full disk encryption
|
|
|
|
3. only uses efistub (no bootloader)
|
|
|
|
4. amd64 openrc only (could probably modify this in less than 10 seconds by changing stage3 download)
|
|
|
|
5. assumes intel cpu and nvidia gpu
|
|
|
|
|
|
|
|
gentoo is awful(ly good)
|