]> piware.de Git - bin.git/commitdiff
makechroot: generate locale
authormartin@piware.de <>
Wed, 3 Jan 2007 20:46:58 +0000 (21:46 +0100)
committermartin@piware.de <>
Wed, 3 Jan 2007 20:46:58 +0000 (21:46 +0100)
makechroot

index 185207b448feea48dff231f6c89b6ccd70256445..ea959c3fc25b6f661569c1ff7f5773b916e696ea 100755 (executable)
@@ -27,3 +27,6 @@ echo $DIST > $DIR/etc/debian_chroot
 
 # users
 perl -naF: -e 'print if $F[2] >= 1000 and $F[2] < 2000' /etc/passwd >> $DIR/etc/passwd
+
+# locale
+chroot $DIR locale-gen $LANG