From 6170d6a92ba364e16b944ccad3b854e7318e6cf9 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Fri, 26 Jun 2015 10:40:50 +0200 Subject: [PATCH] copy set locale hook from core to desktop-next --- debian/changelog | 6 ++++++ live-build/ubuntu-desktop-next/hooks/13-set-locale.chroot | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 live-build/ubuntu-desktop-next/hooks/13-set-locale.chroot diff --git a/debian/changelog b/debian/changelog index 86d8ff20..6ecc3541 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.319) UNRELEASED; urgency=medium + + * copy set locale hook from core to desktop-next + + -- Sebastien Bacher Fri, 26 Jun 2015 10:40:25 +0200 + livecd-rootfs (2.318) wily; urgency=medium * merge lp:~sergiusens/livecd-rootfs/no-walinuxagent to remove all the diff --git a/live-build/ubuntu-desktop-next/hooks/13-set-locale.chroot b/live-build/ubuntu-desktop-next/hooks/13-set-locale.chroot new file mode 100644 index 00000000..0ac33906 --- /dev/null +++ b/live-build/ubuntu-desktop-next/hooks/13-set-locale.chroot @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +cat >/etc/default/locale<