5e2d1e3e604138b75b5c66dd3cb4c08080e090dd
[automated-distro-installer] / fai / config / scripts / UBUNTU / 90-apt
1 #! /bin/bash
2
3 # note: the name of this scripts doesn't fit it's contents, but it's
4 # because we are taking just part of the corresponding fai example
5 # script, and it's easier to keep up with upstream changes if the file
6 # name is the same.
7
8 ainsl -v /etc/locale.gen '^en_US.UTF-8 UTF-8'
9 $ROOTCMD locale-gen
10 $ROOTCMD update-locale LANG=en_US.UTF-8