From: martin@piware.de <> Date: Sun, 18 May 2008 08:56:59 +0000 (+0200) Subject: makechroot: install locales, for Debian chroots X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=e9eff6f67756116aa2a92ac129fb84498d5dd838 makechroot: install locales, for Debian chroots --- diff --git a/makechroot b/makechroot index 7188ad2..f233032 100755 --- a/makechroot +++ b/makechroot @@ -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