diff --git a/README.md b/README.md index a436f31..5225341 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ $ make - [docker](https://www.docker.com/) - Pack, ship and run any application as a lightweight container. - [libpod](https://github.com/containers/libpod/) - Library and podman tool for running OCI-based containers in Pods. - [skopeo](https://github.com/containers/skopeo) - Command line utility foroperations on container images and image repositories. +- [virtualbox-bin](https://www.virtualbox.org/) - Family of powerful x86 virtualization products for enterprise and home use. - [recoll](https://www.lesbonscomptes.com/recoll/) - A personal full text search package. - [gentoolkit](https://wiki.gentoo.org/wiki/Project:Portage-Tools) - Collection of administration scripts for Gentoo. - ~~[odt2txt](https://github.com/dstosberg/odt2txt/) - Convert OpenDocument files to plain text.~~ diff --git a/roles/linux-gentoo/vars/applications.yml b/roles/linux-gentoo/vars/applications.yml index 4e5b011..8c41e08 100644 --- a/roles/linux-gentoo/vars/applications.yml +++ b/roles/linux-gentoo/vars/applications.yml @@ -45,6 +45,7 @@ apps: - app-emulation/buildah # https://github.com/containers/buildah A tool that facilitates building OCI images. - app-emulation/skopeo # https://github.com/containers/skopeo Command line utility foroperations on container images and image repositories. - app-emulation/libpod # https://github.com/containers/libpod/ Library and podman tool for running OCI-based containers in Pods. + - app-emulation/virtualbox-bin # https://www.virtualbox.org/ Family of powerful x86 virtualization products for enterprise and home use. - app-misc/jq # https://stedolan.github.io/jq/ Lightweight and flexible command-line JSON processor. - app-misc/nnn # https://github.com/jarun/nnn Tiny, lightning fast, feature-packed file manager. - app-misc/vifm # https://vifm.info/ Ncurses based file manager with vi like keybindings. diff --git a/roles/linux-gentoo/vars/portage.yml b/roles/linux-gentoo/vars/portage.yml index c7605c8..cd6f893 100644 --- a/roles/linux-gentoo/vars/portage.yml +++ b/roles/linux-gentoo/vars/portage.yml @@ -66,6 +66,7 @@ gentoo: ######## python 2.7 only ######## - sys-apps/calculate-utils minimal gpg -backup -install -console python_targets_python2_7 - sys-apps/file python python_targets_python2_7 + - "app-emulation/virtualbox-bin PYTHON_TARGETS: python2_7" - "dev-python/soaplib PYTHON_TARGETS: python2_7" - "dev-python/pytz PYTHON_TARGETS: python2_7" diff --git a/roles/linux-gentoo/vars/system.yml b/roles/linux-gentoo/vars/system.yml index 489d519..3e42f57 100644 --- a/roles/linux-gentoo/vars/system.yml +++ b/roles/linux-gentoo/vars/system.yml @@ -1,6 +1,7 @@ system: tty_consoles: 4 + console_font: cyr-sun16 optimisation: prelink: yes