diff --git a/script/post-update.sh b/script/post-update.sh index 2e90f72..4d0f6fc 100644 --- a/script/post-update.sh +++ b/script/post-update.sh @@ -117,6 +117,11 @@ sync-type = rsync sync-uri = rsync://rsync.europe.gentoo.org/gentoo-portage " > /etc/portage/repos.conf/gentoo.conf +# Regenerating locales + +locale-gen + + # Upgrading packages rsync -av "rsync://rsync.at.gentoo.org/gentoo-portage/licenses/" "/usr/portage/licenses/" && ls /usr/portage/licenses -1 | xargs -0 > /etc/entropy/packages/license.accept && \ diff --git a/script/sabayon-configuration.sh b/script/sabayon-configuration.sh index a17f816..c517cc7 100644 --- a/script/sabayon-configuration.sh +++ b/script/sabayon-configuration.sh @@ -7,7 +7,7 @@ for f in /etc/env.d/02locale /etc/locale.conf; do echo LC_ALL=en_US.UTF-8 >> "${f}" done -echo "en_US.UTF-8 UTF-8 " >> /etc/locale.gen && locale-gen && eselect locale set en_US.utf8 && env-update && source /etc/profile +#echo "en_US.UTF-8 UTF-8 " >> /etc/locale.gen && locale-gen && eselect locale set en_US.utf8 && env-update && source /etc/profile # Defyning /usr/local/portage configuration mkdir /usr/local/portage