[arch-projects] [PATCH] [devtools] Edit /etc/locale.gen instead of overwrite.

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Fri Jun 17 17:13:55 EDT 2011


I need this for archiso, instead of maintaining a private copy.

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
 mkarchroot |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mkarchroot b/mkarchroot
index f385731..7a7fbbe 100755
--- a/mkarchroot
+++ b/mkarchroot
@@ -220,7 +220,7 @@ else
 	fi
 
 	if [ -e "${working_dir}/etc/locale.gen" ]; then
-		echo -e 'en_US.UTF-8 UTF-8\nde_DE.UTF-8 UTF-8' > "${working_dir}/etc/locale.gen"
+		sed -i 's@^#\(en_US\|de_DE\)\(\.UTF-8\)@\1\2@' "${working_dir}/etc/locale.gen"
 		chroot "${working_dir}" locale-gen
 	fi
 
-- 
1.7.5.2



More information about the arch-projects mailing list