From 8bcc5ca1c2304a1822544c5901067591b0779297 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 14 Sep 2016 19:02:28 +0000 Subject: [PATCH] Add the new dhcpd user introduced by latest archive changes. --- debian/changelog | 1 + live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5de3103e..92df1995 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ livecd-rootfs (2.408.5) UNRELEASED; urgency=medium [ Ɓukasz 'sil2100' Zemczak ] * Temporarily change the 60-install-click.chroot script to pull in clicks for arm64 builds from a different location for ubuntu-touch. + * Add the new dhcpd user introduced by latest archive changes. -- Steve Langasek Wed, 14 Sep 2016 18:58:26 +0000 diff --git a/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early b/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early index a0fdadb3..9d492e74 100755 --- a/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early +++ b/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early @@ -53,6 +53,7 @@ systemd-network:x:112:117:systemd Network Management,,,:/run/systemd/netif:/bin/ systemd-resolve:x:113:118:systemd Resolver,,,:/run/systemd/resolve:/bin/false systemd-bus-proxy:x:114:119:systemd Bus Proxy,,,:/run/systemd:/bin/false nm-openvpn:x:115:120:NetworkManager OpenVPN,,,:/var/lib/openvpn/chroot:/bin/false +dhcpd:x:116:122::/var/run:/bin/false EOF else echo "/etc/passwd post-debootstrap hash doesn't match record" >&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