mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-26 02:11:15 +00:00
Follow up on recent changes from the new network-manager packages and add the nm-openvpn user to touch. This should essentially fix the image build failures.
This commit is contained in:
parent
d5179ab71e
commit
d136431dd5
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.403) UNRELEASED; urgency=medium
|
||||
|
||||
* Follow up on recent changes from the new network-manager packages and add
|
||||
the nm-openvpn user to touch. This should essentially fix the image build
|
||||
failures.
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Mon, 18 Apr 2016 12:27:04 +0200
|
||||
|
||||
livecd-rootfs (2.402) xenial; urgency=medium
|
||||
|
||||
* Update the passwd, shadow, group and gshadow bootstrap hashes for touch.
|
||||
|
@ -52,6 +52,7 @@ systemd-timesync:x:111:113:systemd Time Synchronization,,,:/run/systemd:/bin/fal
|
||||
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
|
||||
nm-openvpn:x:115:120:NetworkManager OpenVPN,,,:/var/lib/openvpn/chroot:/bin/false
|
||||
EOF
|
||||
else
|
||||
echo "/etc/passwd post-debootstrap hash doesn't match record" >&2
|
||||
@ -99,6 +100,7 @@ systemd-timesync:*:16372:0:99999: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:::
|
||||
EOF
|
||||
else
|
||||
echo "/etc/shadow post-debootstrap hash doesn't match record" >&2
|
||||
@ -183,6 +185,7 @@ systemd-network:x:117:
|
||||
systemd-resolve:x:118:
|
||||
systemd-bus-proxy:x:119:
|
||||
input:x:121:
|
||||
nm-openvpn:x:120:
|
||||
EOF
|
||||
else
|
||||
echo "/etc/group post-debootstrap hash doesn't match record" >&2
|
||||
@ -267,6 +270,7 @@ systemd-network:!::
|
||||
systemd-resolve:!::
|
||||
systemd-bus-proxy:!::
|
||||
input:!::
|
||||
nm-openvpn:!::
|
||||
EOF
|
||||
else
|
||||
echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2
|
||||
|
Loading…
x
Reference in New Issue
Block a user