]> piware.de Git - bin.git/commitdiff
makechroot: install locales, for Debian chroots
authormartin@piware.de <>
Sun, 18 May 2008 08:56:59 +0000 (10:56 +0200)
committermartin@piware.de <>
Sun, 18 May 2008 08:56:59 +0000 (10:56 +0200)
makechroot

index 7188ad2a6cf294ffb9bc5d68b6d60580a7b722a5..f2330327046a18a6e67fe6c712f2962bf212b9c7 100755 (executable)
@@ -10,6 +10,7 @@ MIRROR="$3"
 
 mkdir -p "$DIR"
 debootstrap "$DIST" "$DIR" "$MIRROR"
+chroot $DIR apt-get install locales
 
 # debian_chroot
 echo $DIST > $DIR/etc/debian_chroot