~xnox/debian-cd/s390x

« back to all changes in this revision

Viewing changes to tools/boot/trusty/common.sh

  • Committer: Adam Conrad
  • Date: 2015-08-06 05:01:40 UTC
  • mfrom: (1912.1.1 debian-cd)
  • Revision ID: adconrad@0c3.net-20150806050140-mghyxn34um7h20o2
[r=adconrad] Backport kylin language magic to trusty and vivid

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    fi
71
71
}
72
72
 
 
73
default_language() {
 
74
    case $PROJECT in
 
75
        ubuntukylin)
 
76
            KERNEL_PARAMS="${KERNEL_PARAMS:+$KERNEL_PARAMS }locale=zh_CN keyboard-configuration/layoutcode?=cn"
 
77
            ;;
 
78
    esac
 
79
}
 
80
 
73
81
list_kernel_abis() {
74
82
    perl -le '
75
83
        BEGIN { %images = map { $_ => 1 } @ARGV; $found = 0; %abis = (); }