diff options
| author | Daniel Baumann <daniel@debian.org> | 2009-03-26 14:15:31 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:04 +0100 |
| commit | 245be6d3de8a9e1239154674be4ca818781e6f10 (patch) | |
| tree | 7045d731caf491c528c225487007a8f7d06ae56c /scripts | |
| parent | e094426177155af8e46f386fb0b322630898ba6c (diff) | |
| download | live-boot-245be6d3de8a9e1239154674be4ca818781e6f10.tar.gz live-boot-245be6d3de8a9e1239154674be4ca818781e6f10.zip | |
Correcting handling of locale default and environment handling to not always append entries forever when using persistency.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/live-bottom/14locales | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/live-bottom/14locales b/scripts/live-bottom/14locales index 58f7e82..022a605 100755 --- a/scripts/live-bottom/14locales +++ b/scripts/live-bottom/14locales @@ -116,8 +116,8 @@ then really_export LANG - printf 'LANG="%s"\n' "${LANG}" >> /root/etc/default/locale - printf 'LANG="%s"\n' "${LANG}" >> /root/etc/environment + printf 'LANG="%s"\n' "${LANG}" > /root/etc/default/locale + printf 'LANG="%s"\n' "${LANG}" > /root/etc/environment printf '%s %s\n' "${LANG}" "${codepage}" > /root/etc/locale.gen if [ -z "${SILENT}" ] |
