mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-15 12:51:34 +00:00
live-build/auto/config: Set gfxboot default language to zh_CN for
UbuntuKylin.
This commit is contained in:
parent
5356542326
commit
2140c6cce9
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.113) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* live-build/auto/config: Set gfxboot default language to zh_CN for
|
||||||
|
UbuntuKylin.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Thu, 14 Mar 2013 11:52:58 +0000
|
||||||
|
|
||||||
livecd-rootfs (2.112) raring; urgency=low
|
livecd-rootfs (2.112) raring; urgency=low
|
||||||
|
|
||||||
* live-build/auto/config: Add ubuntu-gnome project (LP: #1152818)
|
* live-build/auto/config: Add ubuntu-gnome project (LP: #1152818)
|
||||||
|
@ -84,6 +84,7 @@ LIVE_TASK=
|
|||||||
PREINSTALLED=false
|
PREINSTALLED=false
|
||||||
PREINSTALL_POOL=
|
PREINSTALL_POOL=
|
||||||
PREINSTALL_POOL_SEEDS=
|
PREINSTALL_POOL_SEEDS=
|
||||||
|
ISOLINUX_LANG=
|
||||||
|
|
||||||
CHROOT_HOOKS=
|
CHROOT_HOOKS=
|
||||||
BINARY_HOOKS=
|
BINARY_HOOKS=
|
||||||
@ -244,6 +245,7 @@ case $PROJECT in
|
|||||||
add_package install ubuntukylin-default-settings
|
add_package install ubuntukylin-default-settings
|
||||||
LIVE_TASK='ubuntu-live'
|
LIVE_TASK='ubuntu-live'
|
||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe'
|
||||||
|
ISOLINUX_LANG=zh_CN
|
||||||
;;
|
;;
|
||||||
|
|
||||||
base)
|
base)
|
||||||
@ -388,6 +390,14 @@ EOF
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ "$ISOLINUX_LANG" ]; then
|
||||||
|
cat > config/hooks/100-default-language.binary <<EOF
|
||||||
|
#! /bin/sh
|
||||||
|
set -e
|
||||||
|
echo "$ISOLINUX_LANG" > binary/isolinux/lang
|
||||||
|
EOF
|
||||||
|
fi
|
||||||
|
|
||||||
if $BINARY_REMOVE_LINUX; then
|
if $BINARY_REMOVE_LINUX; then
|
||||||
cat > config/binary_rootfs/excludes << EOF
|
cat > config/binary_rootfs/excludes << EOF
|
||||||
boot/vmlinu?-*
|
boot/vmlinu?-*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user