added module documentation, improved main documentation

This commit is contained in:
fatalerrors
2021-07-05 12:06:59 +02:00
parent 7f7fa76391
commit 401f11b6b7
9 changed files with 146 additions and 31 deletions

View File

@@ -1,5 +1,13 @@
# ------------------------------------------------------------------------------
# Install desktop environment -- Ubuntu only
# Debian version might ask for task-$FLAVOR
# ------------------------------------------------------------------------------
# Variable:
# * UBUNTU_FLAVOR: Kind of Ubuntu desktop installation (ubuntu for Gnome3,
# xubuntu for XFCE, kubuntu for KDE/Plasma, ubuntu-mate for Mate, leave
# empty for no desktop or manual)
# * X11_DRV: Used to install proprietary driver for X.org (eg: nvidia-drivers)
# ------------------------------------------------------------------------------
export VER_install_desktop="0.0.2"