mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-31 04:41:18 +00:00
live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early: add new "input"
group to etc/group and etc/gshadow static maps.
This commit is contained in:
parent
94a5c45de1
commit
9256eed5b5
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -10,6 +10,10 @@ livecd-rootfs (2.276) UNRELEASED; urgency=medium
|
|||||||
* live-build/ubuntu-core/hooks/01-setup_user.chroot:
|
* live-build/ubuntu-core/hooks/01-setup_user.chroot:
|
||||||
- run with -e
|
- run with -e
|
||||||
|
|
||||||
|
[ Loïc Minier ]
|
||||||
|
* live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early: add new "input"
|
||||||
|
group to etc/group and etc/gshadow static maps.
|
||||||
|
|
||||||
-- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 28 Jan 2015 11:00:23 -0500
|
-- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 28 Jan 2015 11:00:23 -0500
|
||||||
|
|
||||||
livecd-rootfs (2.275+ppa2) vivid; urgency=medium
|
livecd-rootfs (2.275+ppa2) vivid; urgency=medium
|
||||||
|
@ -133,6 +133,7 @@ systemd-timesync:x:108:
|
|||||||
systemd-network:x:109:
|
systemd-network:x:109:
|
||||||
systemd-resolve:x:110:
|
systemd-resolve:x:110:
|
||||||
systemd-bus-proxy:x:111:
|
systemd-bus-proxy:x:111:
|
||||||
|
input:x:112:
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
echo "/etc/group post-debootstrap hash doesn't match record" >&2
|
echo "/etc/group post-debootstrap hash doesn't match record" >&2
|
||||||
@ -192,6 +193,7 @@ systemd-timesync:!::
|
|||||||
systemd-network:!::
|
systemd-network:!::
|
||||||
systemd-resolve:!::
|
systemd-resolve:!::
|
||||||
systemd-bus-proxy:!::
|
systemd-bus-proxy:!::
|
||||||
|
input:!::
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2
|
echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user