|
|
@ -1122,10 +1122,12 @@ EOF |
|
|
|
update-locale LANGUAGE=ru_RU.UTF-8 >>$OUTPUT 2>&1 |
|
|
|
update-locale LANG=ru_RU.UTF-8 >>$OUTPUT 2>&1 |
|
|
|
update-locale LC_ALL=ru_RU.UTF-8 >>$OUTPUT 2>&1 |
|
|
|
echo "localepurge localepurge/nopurge debconf-set-selections multiselect en_US.UTF-8, ru_RU.UTF-8" | debconf-set-selections -v >>$OUTPUT 2>&1 |
|
|
|
echo "localepurge localepurge/use-dpkg-feature boolean true" | debconf-set-selections -v >>$OUTPUT 2>&1 |
|
|
|
dpkg-reconfigure -f noninteractive localepurge >>$OUTPUT 2>&1 |
|
|
|
if grep localepurge $SCRIPT_DIR/pkglists/main.list >>$OUTPUT 2>&1; then |
|
|
|
echo "localepurge localepurge/nopurge debconf-set-selections multiselect en_US.UTF-8, ru_RU.UTF-8" | debconf-set-selections -v >>$OUTPUT 2>&1 |
|
|
|
echo "localepurge localepurge/use-dpkg-feature boolean true" | debconf-set-selections -v >>$OUTPUT 2>&1 |
|
|
|
dpkg-reconfigure -f noninteractive localepurge >>$OUTPUT 2>&1 |
|
|
|
#localepurge -v >>$OUTPUT 2>&1 |
|
|
|
fi |
|
|
|
|
|
|
|
# configure resolvconf |
|
|
|
if grep resolvconf $SCRIPT_DIR/pkglists/main.list >>$OUTPUT 2>&1 || grep resolvconf $SCRIPT_DIR/pkglists/other.list || [ $DISTRIBUTION != "xenial" ] >>$OUTPUT 2>&1; then |
|
|
|