diff -Nru livecd-rootfs-2.300.2+vivid15/debian/changelog livecd-rootfs-2.300.2+vivid16/debian/changelog
--- livecd-rootfs-2.300.2+vivid15/debian/changelog 2016-03-30 16:30:05.000000000 +0200
+++ livecd-rootfs-2.300.2+vivid16/debian/changelog 2016-05-02 14:03:27.000000000 +0200
@@ -1,3 +1,9 @@
+livecd-rootfs (2.300.2+vivid16) vivid; urgency=medium
+
+ * add dhcpd to passwd,groups,shadow and gshadow files by default
+
+ -- Oliver Grawert <ogra@ubuntu.com> Mon, 02 May 2016 14:02:39 +0200
+
livecd-rootfs (2.300.2+vivid15) vivid; urgency=medium
[ Xavi Garcia ]
diff -Nru livecd-rootfs-2.300.2+vivid15/live-build/ubuntu-pd/hooks/00-uid-gid-fix.chroot_early livecd-rootfs-2.300.2+vivid16/live-build/ubuntu-pd/hooks/00-uid-gid-fix.chroot_early
--- livecd-rootfs-2.300.2+vivid15/live-build/ubuntu-pd/hooks/00-uid-gid-fix.chroot_early 2015-04-07 21:59:28.000000000 +0200
+++ livecd-rootfs-2.300.2+vivid16/live-build/ubuntu-pd/hooks/00-uid-gid-fix.chroot_early 2016-05-02 14:02:35.000000000 +0200
@@ -52,6 +52,7 @@
systemd-network:x:112:117:systemd Network Management,,,:/run/systemd/netif:/bin/false
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
+dhcpd:x:115:122::/var/run:/bin/false
EOF
else
echo "/etc/passwd post-debootstrap hash doesn't match record" >&2
@@ -99,6 +100,7 @@
systemd-network:*:16372:0:99999:7:::
systemd-resolve:*:16372:0:99999:7:::
systemd-bus-proxy:*:16372:0:99999:7:::
+dhcpd:*:16921:0:99999:7:::
EOF
else
echo "/etc/shadow post-debootstrap hash doesn't match record" >&2
@@ -184,6 +186,7 @@
systemd-bus-proxy:x:119:
systemd-journal-remote:x:120:
input:x:121:
+dhcpd:x:122:
EOF
else
echo "/etc/group post-debootstrap hash doesn't match record" >&2
@@ -269,6 +272,7 @@
systemd-bus-proxy:!::
systemd-journal-remote:!::
input:!::
+dhcpd:!::
EOF
else
echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2
diff -Nru livecd-rootfs-2.300.2+vivid15/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early livecd-rootfs-2.300.2+vivid16/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early
--- livecd-rootfs-2.300.2+vivid15/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early 2015-04-07 21:59:28.000000000 +0200
+++ livecd-rootfs-2.300.2+vivid16/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early 2016-05-02 14:02:35.000000000 +0200
@@ -52,6 +52,7 @@
systemd-network:x:112:117:systemd Network Management,,,:/run/systemd/netif:/bin/false
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
+dhcpd:x:115:122::/var/run:/bin/false
EOF
else
echo "/etc/passwd post-debootstrap hash doesn't match record" >&2
@@ -99,6 +100,7 @@
systemd-network:*:16372:0:99999:7:::
systemd-resolve:*:16372:0:99999:7:::
systemd-bus-proxy:*:16372:0:99999:7:::
+dhcpd:*:16921:0:99999:7:::
EOF
else
echo "/etc/shadow post-debootstrap hash doesn't match record" >&2
@@ -184,6 +186,7 @@
systemd-bus-proxy:x:119:
systemd-journal-remote:x:120:
input:x:121:
+dhcpd:x:122:
EOF
else
echo "/etc/group post-debootstrap hash doesn't match record" >&2
@@ -269,6 +272,7 @@
systemd-bus-proxy:!::
systemd-journal-remote:!::
input:!::
+dhcpd:!::
EOF
else
echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2