diff options
-rw-r--r-- | defaults.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/defaults.cfg b/defaults.cfg index 2271204..c3888c5 100644 --- a/defaults.cfg +++ b/defaults.cfg @@ -1,5 +1,10 @@ #!/bin/sh +# Avoid debconf spewing l10n warnings +LANG="C" +LC_ALL="C" +LANGUAGE="C" + # Use the classic debootstrap or the newer cdebootstrap debootstrap="cdebootstrap" |