From e9eff6f67756116aa2a92ac129fb84498d5dd838 Mon Sep 17 00:00:00 2001 From: "martin@piware.de" <> Date: Sun, 18 May 2008 10:56:59 +0200 Subject: [PATCH] makechroot: install locales, for Debian chroots --- makechroot | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2