Commit 1418bfbf authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

Use default locale instead of copying from host

Use en_US.UTF-8 and de_DE.UTF-8 by default (the latter is needed for some packages like gcc)
parent f1c05d87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ if [ "$RUN" != "" ]; then
	fi

	if [ -e "${working_dir}/etc/locale.gen" ]; then
		cp /etc/locale.gen "${working_dir}/etc/locale.gen"
		echo -e 'en_US.UTF-8 UTF-8\nde_DE.UTF-8 UTF-8' > "${working_dir}/etc/locale.gen"
		chroot "${working_dir}" locale-gen
	fi