added file dependency check, switched back to english, smaller fix and improvements

This commit is contained in:
fatalerrors
2021-11-18 14:53:11 +01:00
parent 9fc9b96165
commit b71a0c2ee8
21 changed files with 360 additions and 173 deletions

View File

@@ -1,19 +1,19 @@
# Liste de paquets pour installation - Serveur minimale
# List of package to install - Minimal server
# Paquets à enlever après installation
export PKGS_RMLIST="apparmor laptop-detect resolvconf snapd"
# Packages to remove after installation
export PKGS_RMLIST="apparmor laptop-detect resolvconf snapd xauth wamerican chafa"
# Paquets dont l'installation est interdite
export PKGS_BLACKLIST="apparmor resolvconf snapd"
# Packages where installation is forbidden
export PKGS_BLACKLIST="apparmor resolvconf chafa snapd"
# Base
export PKGS_BASE="debconf-utils debhelper deborphan ethtool hardinfo \
cpufrequtils hwinfo lm-sensors libatasmart-bin lsscsi pciutils perl-doc \
environment-modules vim emacs-nox mailutils htop lsof ltrace strace \
export PKGS_BASE="debconf-utils debhelper deborphan ethtool cpufrequtils \
hwinfo lm-sensors libatasmart-bin lsscsi pciutils vim emacs-nox \
mailutils htop lsof ltrace strace bash-completion host dnsutils \
sysbench sysstat ifstat iftop iotop mtr-tiny tcpdump mc pbzip2 pigz \
xz-utils zip unzip plzip lzip ftp lftp bc dc dos2unix psmisc udunits-bin \
whois tmux screen debconf-doc dump figlet gawk gpm multitail neofetch nmap \
nscd oping pv whois traceroute rsync"
oping pv whois traceroute rsync"
# Agrégation de tout par défaut
# Agregation of the package lists
export PKGSEL="$PKGS_BASE"