URI: 
       tgenerate a en_US.UTF-8 locale by default - libdevuansdk - common library for devuan's simple distro kits
  HTML git clone https://git.parazyd.org/libdevuansdk
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 623d05beffe9f7d20598bb99eee0708cdee62853
   DIR parent 858c37edeec18180bf4589218b9520bbdfe205d2
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Fri, 27 Oct 2017 20:06:19 +0200
       
       generate a en_US.UTF-8 locale by default
       
       Diffstat:
         M config                              |       1 +
         M zlibs/bootstrap                     |       3 +++
       
       2 files changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/config b/config
       t@@ -84,6 +84,7 @@ base_packages=(
                rsync
                git-core
                mlocate
       +        locales
        )
        
        purge_packages+=(
   DIR diff --git a/zlibs/bootstrap b/zlibs/bootstrap
       t@@ -128,6 +128,9 @@ apt-get --yes --force-yes autoremove
        
        apt-get clean
        
       +sed -e 's/# en_US.UTF-8/en_US.UTF-8/' -i /etc/locale.gen
       +locale-gen
       +
        rm -f /debconf.set
        rm -f /etc/ssh/ssh_host_*
        rm -f /root/.bash_history