modified the readme
This commit is contained in:
parent
f689f2cbba
commit
328079f4e5
31
README.md
31
README.md
|
@ -5,26 +5,31 @@ i was too lazy to figure out how to fork it from github my apologies
|
|||
|
||||
[stole lots of flags and config stuff from here](https://www.reddit.com/r/Gentoo/comments/150r74m/guide_hyprland_nvidia_extremely_minimal_gentoo/)
|
||||
|
||||
# MAKE SURE TO EDIT THE KERNEL USING make menuconfig AFTER INSTALLATION TO ENSURE THAT YOUR HARDWARE IS SUPPORTED
|
||||
# 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
|
||||
- DO NOT USE!!!!! I'M NOT DONE
|
||||
- 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)
|
||||
## some notes
|
||||
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
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue