authnz: added shell support, added home skelleton, use of long options with adduser

This commit is contained in:
levasseur
2021-10-08 15:41:12 +02:00
parent d73439bbb2
commit bdc04be1f9
3 changed files with 9 additions and 2 deletions

View File

@@ -14,6 +14,9 @@ export APT_SOURCE_LIST="ubuntu_focal.list"
export LOCALESET="en_US.UTF-8 fr_FR.UTF-8"
export SYSLOCALE="fr_FR.UTF-8"
# Shell par défaut, pour les nouveaux utilisateurs
export DEFAULT_SHELL="/bin/bash"
# Configuration du disque de calcul : zfs, ext4 et xfs accepté
export CALCTYPE="zfs"
export CALCMOUNTPOINT="/calcul/$HOSTNAME"