/portage-config

/etc/portage

Primary LanguageShell

My portage configuration and install notes for use on future systems

Installation

  1. Preparing disks
  2. Install stage3
  3. Enter chroot
  4. Copy gentoo ebuild repo
  5. Clone this configuration to /etc/portage.
  6. Verify selected profile via eselect profile list is default/linux/amd64/17.1/desktop/plasma/systemd (stable).
  7. Update the world: emerge --ask --verbose --update --deep --newuse @world
  8. Select all of the sets: emerge --select @base @cli-tools @fonts @gui-apps @ime @kde
  9. Set the timezone
  10. Configure locales
  11. Systemd /etc/mtab
  12. Set hostname in /etc/hostname
  13. Configure systemd networking
  14. Configure /etc/fstab
  15. Install bootloader
  16. Reboot
  17. Finalization, user creation, etc.
    • Groups: wheel audio video users
    • Enable base systemd services: systemctl preset-all
    • Enable sddm: systemctl enable sddm.service

To future me: I never tested this and it's from memory so some steps might be missing.