From 1013d432ec06c1db7c78b99928b944654501c65c Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 17 Apr 2020 14:37:44 +0200 Subject: [PATCH] README: Added visible or important applications involved --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 4fa9dd1..de5247a 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,21 @@ however other mediums, versions and architectures should work too. Using other distributions (easier if deriviated of Debian, e.g. Ubuntu) should work after required adapations to the preseed configuration and playbook. +This project uses following (visible or important) applications (which are NOT distributed by this repository but by the Debian mirrors): +- Debian GNU/Linux as base system +- Ansible for configuring the system after installation +- Git for cloning playbook while update is applied +- Plymouth for boot up animation +- LightDM as session manager (a.k.a. auto login and login screen) +- i3 as window manager (a.k.a. desktop environment) +- URvxt as terminal emulator +- Python 3 for custom gallery navigator (in kiosk mode) +- imv for displaying pictures (in kiosk mode) +- PCman File Manager as file manager (in admin mode) +- Network Manger for network configuration (in admin mode) +To see the full list, +read the Ansible playbook. + ## Creating installation medium So far the installation medium itself can only be created on Linux systems.