Ubuntu Pastebin

Paste from ogra at Fri, 26 Jun 2015 13:10:14 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
ogra@styx:~/Devel/branches/livecd-rootfs$ bzr diff
=== modified file 'live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early'
--- live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early	2015-03-27 19:21:44 +0000
+++ live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early	2015-06-26 13:09:56 +0000
@@ -44,6 +44,7 @@
 systemd-bus-proxy:x:106:111:systemd Bus Proxy,,,:/run/systemd:/bin/false
 docker:x:107:113::/nonexistent:/bin/false
 syslog:x:108:114::/home/syslog:/bin/false
+dnsmasq:x:109:65534:dnsmasq,,,:/var/lib/misc:/bin/false
 EOF
 else
     echo "/etc/passwd post-debootstrap hash doesn't match record" >&2
@@ -83,6 +84,7 @@
 systemd-bus-proxy:*:16413:0:99999:7:::
 docker:*:16413:0:99999:7:::
 syslog:*:16521:0:99999:7:::
+dnsmasq:*:16612:0:99999:7:::
 EOF
 else
     echo "/etc/shadow post-debootstrap hash doesn't match record" >&2
Download as text