added conf_ntp, few typos
This commit is contained in:
@@ -3,8 +3,11 @@
|
||||
# Utilisateur de la machine
|
||||
export MAINUSER="levasseu"
|
||||
|
||||
# Interface réseau principale
|
||||
export MAINIF="eth0"
|
||||
|
||||
# Booléen indiquant une ou plusieurs futures VM
|
||||
export WITH_VM=true
|
||||
export WITH_VM="true"
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Niveau ZFS : mirror (RAID1), raidz1 (RAID5), raidz2 (RAID6)
|
||||
@@ -20,4 +23,4 @@ export FORCEBLANK="no"
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
export MODULE_LIST="upgrade_dist conf_disks conf_locale"
|
||||
export MODULE_LIST="upgrade_dist conf_disks conf_locale conf_ntp"
|
||||
|
||||
@@ -17,8 +17,11 @@ export INSTLIST_BASE="bc curl dc debconf-utils deborphan dos2unix dump \
|
||||
emacs-nox ethtool figlet gawk gpm htop ntp ifstat iftop iotop \
|
||||
libpam-krb5 libnss-ldap libpam-ldap ltrace mailutils mc mtr-tiny \
|
||||
multitail neofetch nmap nscd openssh-server oping p7zip-full p7zip-rar \
|
||||
pbzip2 perl-doc pigz plzip postfix pv qemu-guest-agent resolvconf rsync \
|
||||
screen snmpd strace tcpdump tmux traceroute unrar unzip whois xinetd zip"
|
||||
pbzip2 perl-doc pigz plzip postfix pv qemu-guest-agent rsync screen \
|
||||
snmpd strace tcpdump tmux traceroute unrar unzip whois zip"
|
||||
|
||||
# Configuration du disque de calcul : zfs, ext4 et xfs accepté
|
||||
export CALCTYPE="zfs"
|
||||
|
||||
# Liste des serveurs NTP
|
||||
export NTPSERVERS="ntp1 ntp2"
|
||||
|
||||
Reference in New Issue
Block a user