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

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

@ -111,7 +111,7 @@ gentoo: @@ -111,7 +111,7 @@ gentoo:
- www-client/w3m imlib # Add support for imlib, an image loading and rendering library.
- sys-apps/coreutils xattr # 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:
- minimal # Install a very minimal build (disables, for example, plugins, fonts, most drivers, non-critical features).
@ -253,6 +253,7 @@ gentoo: @@ -253,6 +253,7 @@ gentoo:
- osdmenu
- oss # Add support for OSS (Open Sound System).
- 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.
- perl # Add optional support/bindings for the Perl language.
- pinentry

Loading…
Cancel
Save