~darkmuggle-deactivatedaccount/livecd-rootfs/lp1510345

« back to all changes in this revision

Viewing changes to live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early

  • Committer: Oliver Grawert
  • Date: 2015-09-09 11:21:32 UTC
  • Revision ID: ogra@ubuntu.com-20150909112132-0ukasy4w12jodm81
ubuntu-touch, ubuntu-desktop-next: drop systemd-journal-remote from group files, update md5sums in 00-uid-gid-fix.chroot_early

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
ERRCNT=""
4
4
 
5
5
# Known good post-debootstrap values
6
 
passwd_bootstrap="1050cdb2fcde4d10c86399616f64dfdb"
 
6
passwd_bootstrap="e6075a0d2a38e214ae5e9a5545f7eda3"
7
7
shadow_bootstrap="7fa48d7fb0e3a1ede9c98ff7b1b33622"
8
 
group_bootstrap="63c26ba30ffcd19be36f02a88621ab91"
9
 
gshadow_bootstrap="e42acfd7c494c6085b5f3d2b1e353995"
 
8
group_bootstrap="5fd842058cd526ddaf51c2a61870c12a"
 
9
gshadow_bootstrap="3145b72315c7306edb13bf546bb350b9"
10
10
 
11
11
# Current post-debootstrap values
12
12
passwd_hash=$(set -- $(md5sum /etc/passwd) && echo $1)
182
182
systemd-network:x:117:
183
183
systemd-resolve:x:118:
184
184
systemd-bus-proxy:x:119:
185
 
systemd-journal-remote:x:120:
186
185
input:x:121:
187
186
EOF
188
187
else
267
266
systemd-network:!::
268
267
systemd-resolve:!::
269
268
systemd-bus-proxy:!::
270
 
systemd-journal-remote:!::
271
269
input:!::
272
270
EOF
273
271
else