diff options
| author | Daniel Baumann <daniel@debian.org> | 2009-09-11 16:34:59 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:06 +0100 |
| commit | 57a5b47e5e44bb0527ad0d0ec1c72d5067990cab (patch) | |
| tree | c17969661772b4be88175ea421f5c1104a2c226f /scripts/live-functions | |
| parent | c0b7db3116c699c78c11ff47d240ee126f9dab5f (diff) | |
| download | live-boot-57a5b47e5e44bb0527ad0d0ec1c72d5067990cab.tar.gz live-boot-57a5b47e5e44bb0527ad0d0ec1c72d5067990cab.zip | |
Updating lang2locale(); to match new d-i langualgelist format.
Diffstat (limited to 'scripts/live-functions')
| -rw-r--r-- | scripts/live-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-functions b/scripts/live-functions index 0eac9b4..4a23e69 100644 --- a/scripts/live-functions +++ b/scripts/live-functions @@ -35,7 +35,7 @@ lang2locale() { langpart="${1%%_*}" if [ "$1" != "C" ]; then # Match the language code with 3rd field in languagelist - line=$(grep -v "^#" /usr/share/live-initramfs/languagelist | cut -f3,4,5 -d\; | grep -v ';C$' | grep "^$langpart;") + line=$(grep -v "^#" /usr/share/live-initramfs/languagelist | cut -f1,3,6 -d\; | grep -v ';C$' | grep "^$langpart;") if [ -n "$line" ]; then if [ "$(echo "$line" | grep -c '')" -gt 1 ]; then # More than one match; try matching the |
