Browse Source

linux-gentoo: ++

master
Maxim Likhachev 5 years ago
parent
commit
6d01e36ecc
  1. 1
      roles/linux-gentoo/vars/applications.yml
  2. 3
      roles/linux-gentoo/vars/portage.yml

1
roles/linux-gentoo/vars/applications.yml

@ -8,7 +8,6 @@ apps:
- media-fonts/terminus-font - media-fonts/terminus-font
- media-gfx/gfxboot - media-gfx/gfxboot
- media-gfx/gfxboot-themes-calculate - media-gfx/gfxboot-themes-calculate
- net-firewall/iptables
- net-fs/nfs-utils - net-fs/nfs-utils
- net-misc/dhcp - net-misc/dhcp
- sys-auth/pam_update - sys-auth/pam_update

3
roles/linux-gentoo/vars/portage.yml

@ -111,7 +111,7 @@ gentoo:
- www-client/w3m imlib # Add support for imlib, an image loading and rendering library. - www-client/w3m imlib # Add support for imlib, an image loading and rendering library.
- sys-apps/coreutils xattr # Required by calculate-utils - sys-apps/coreutils xattr # Required by calculate-utils
# - sys-apps/help2man -nls # Required by calculate-utils # - sys-apps/help2man -nls # Required by calculate-utils
- net-firewall/iptables ipv6 # Required by libpod/podman - net-firewall/iptables ipv6 # Required by libpod/podman
enabled: enabled:
- minimal # Install a very minimal build (disables, for example, plugins, fonts, most drivers, non-critical features). - minimal # Install a very minimal build (disables, for example, plugins, fonts, most drivers, non-critical features).
@ -253,6 +253,7 @@ gentoo:
- osdmenu - osdmenu
- oss # Add support for OSS (Open Sound System). - oss # Add support for OSS (Open Sound System).
- pam # Add support for PAM (Pluggable Authentication Modules) - DANGEROUS to arbitrarily flip. - pam # Add support for PAM (Pluggable Authentication Modules) - DANGEROUS to arbitrarily flip.
- elogind # Enable session tracking via sys-auth/elogind.
- pdf # Add general support for PDF (Portable Document Format), this replaces the pdflib and cpdflib flags. - pdf # Add general support for PDF (Portable Document Format), this replaces the pdflib and cpdflib flags.
- perl # Add optional support/bindings for the Perl language. - perl # Add optional support/bindings for the Perl language.
- pinentry - pinentry

Loading…
Cancel
Save