Rename class GRML into GRMLBASE and update all files according.
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 25-locales
1 #!/bin/sh
2 # Filename:      /etc/grml/fai/config/scripts/GRML/25-locales
3 # Purpose:       locales (language) configuration of the live system
4 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
5 # Bug-Reports:   see http://grml.org/bugs/
6 # License:       This file is licensed under the GPL v2 or any later version.
7 # Latest change: Sun Sep 16 22:59:23 CEST 2007 [mika]
8 ################################################################################
9
10 set -u
11 set -e
12
13 cp $target/etc/locale.gen.minimal $target/etc/locale.gen
14 $ROOTCMD locale-gen
15
16 ## END OF FILE #################################################################
17 # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=3