conf_disk: bug fixes, splitted init function to library, language concistancy fixes
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
export MAINDOM="legos.obs-mip.fr"
|
||||
|
||||
# Proxy LEGOS
|
||||
export PROXYAPT="acng.legos.obs-mip.fr"
|
||||
export PROXYAPT="acng.$MAINDOM"
|
||||
export PROXYAPTPORT="3142"
|
||||
export PROXYSRV="proxy.legos.obs-mip.fr"
|
||||
export PROXYSRV="proxy.$MAINDOM"
|
||||
export PROXYSRVPORT="3128"
|
||||
|
||||
# Langues supportés et langue du systême
|
||||
@@ -13,6 +13,7 @@ export SYSLOCALE="fr_FR.UTF-8"
|
||||
|
||||
# Configuration du disque de calcul : zfs, ext4 et xfs accepté
|
||||
export CALCTYPE="zfs"
|
||||
export CALCMOUNTPOINT="/calcul/$HOSTNAME"
|
||||
|
||||
# Liste des serveurs NTP
|
||||
export NTPSERVERS="ntp1 ntp2"
|
||||
export NTPSERVERS="ntp1.$MAINDOM ntp2.$MAINDOM"
|
||||
|
||||
Reference in New Issue
Block a user