From ad693abb51773b9636b970f09ed5537b2fd45579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Wed, 4 May 2016 12:49:23 +0200 Subject: [PATCH] Import patches-unapplied version 2.409 to ubuntu/yakkety-proposed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Imported using git-ubuntu import. Changelog parent: 689e55f0319ec31a6f24b3ba033019fd75343533 New changelog entries: [ Michael Vogt ] * add meta/kernel.yaml to the kernel snaps [ Łukasz 'sil2100' Zemczak ] * Add the new dhcpd user introduced by latest archive changes. --- debian/changelog | 10 ++++++++++ live-build/auto/build | 4 ++++ .../ubuntu-touch/hooks/00-uid-gid-fix.chroot_early | 4 ++++ 3 files changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 101e0dd0..d4cd0304 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +livecd-rootfs (2.409) yakkety; urgency=medium + + [ Michael Vogt ] + * add meta/kernel.yaml to the kernel snaps + + [ Łukasz 'sil2100' Zemczak ] + * Add the new dhcpd user introduced by latest archive changes. + + -- Łukasz 'sil2100' Zemczak Wed, 04 May 2016 12:49:23 +0200 + livecd-rootfs (2.408) xenial; urgency=medium * drop linux-firmware-raspi2, it does not actually contain driver diff --git a/live-build/auto/build b/live-build/auto/build index bcc23008..6d0f05a7 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -568,6 +568,10 @@ EOF VERSION=$kvers+$(date +20%y%m%d.%H-%M) + cat > meta/kernel.yaml < meta/snap.yaml <&2 @@ -101,6 +102,7 @@ systemd-network:*:16372:0:99999:7::: systemd-resolve:*:16372:0:99999:7::: systemd-bus-proxy:*:16372:0:99999:7::: nm-openvpn:*:16909:0:99999:7::: +dhcpd:*:16925:0:99999:7::: EOF else echo "/etc/shadow post-debootstrap hash doesn't match record" >&2 @@ -186,6 +188,7 @@ systemd-resolve:x:118: systemd-bus-proxy:x:119: input:x:121: nm-openvpn:x:120: +dhcpd:x:122: EOF else echo "/etc/group post-debootstrap hash doesn't match record" >&2 @@ -271,6 +274,7 @@ systemd-resolve:!:: systemd-bus-proxy:!:: input:!:: nm-openvpn:!:: +dhcpd:!:: EOF else echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2