diff --git a/install.sh b/install.sh index 3b0863c..9e103ae 100644 --- a/install.sh +++ b/install.sh @@ -29,7 +29,8 @@ hostnamectl set-hostname $machinename sed -i '1i 127.0.0.1\t'$machinename /etc/hosts # Configuration du profil dconf de l'utilisateur pour synchroniser les paramètres via un fichier texte -#sed -i '1i service-db:keyfile/user' ? +DCONF_PROFILE=/etc/dconf/profile/user +sed -i '1i service-db:keyfile/user' /etc/dconf/profile/user # noatime cp /etc/fstab /etc/fstab.bck