summaryrefslogtreecommitdiffstats
path: root/system-build/share/hooks/normal/0040-create-locales-files.hook.chroot
diff options
context:
space:
mode:
Diffstat (limited to 'system-build/share/hooks/normal/0040-create-locales-files.hook.chroot')
-rwxr-xr-xsystem-build/share/hooks/normal/0040-create-locales-files.hook.chroot7
1 files changed, 7 insertions, 0 deletions
diff --git a/system-build/share/hooks/normal/0040-create-locales-files.hook.chroot b/system-build/share/hooks/normal/0040-create-locales-files.hook.chroot
new file mode 100755
index 0000000..8a5a867
--- /dev/null
+++ b/system-build/share/hooks/normal/0040-create-locales-files.hook.chroot
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+# Create /etc/environment and /etc/default/locale
+touch /etc/environment
+touch /etc/default/locale