My portage configuration and install notes for use on future systems
- Preparing disks
- Install stage3
- Enter chroot
- Copy gentoo ebuild repo
- Clone this configuration to
/etc/portage
. - Verify selected profile via
eselect profile list
isdefault/linux/amd64/17.1/desktop/plasma/systemd (stable)
. - Update the world:
emerge --ask --verbose --update --deep --newuse @world
- Select all of the sets:
emerge --select @base @cli-tools @fonts @gui-apps @ime @kde
- Set the timezone
- Configure locales
- Systemd
/etc/mtab
- Set hostname in
/etc/hostname
- Configure systemd networking
- Configure
/etc/fstab
- Install bootloader
- Reboot
- Finalization, user creation, etc.
- Groups:
wheel audio video users
- Enable base systemd services:
systemctl preset-all
- Enable
sddm
:systemctl enable sddm.service
- Groups:
To future me: I never tested this and it's from memory so some steps might be missing.