mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 01:11:31 +00:00
live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early: also add input
group.
This commit is contained in:
parent
ebb7684dd8
commit
9bda91ee77
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -3,6 +3,8 @@ livecd-rootfs (2.278) UNRELEASED; urgency=medium
|
|||||||
* Add live-build/ubuntu-core/hooks/99zz-check-uid-gid.chroot, copy of
|
* Add live-build/ubuntu-core/hooks/99zz-check-uid-gid.chroot, copy of
|
||||||
live-build/ubuntu-touch/hooks/99zz-check-uid-gid.chroot with just the
|
live-build/ubuntu-touch/hooks/99zz-check-uid-gid.chroot with just the
|
||||||
error message changed. Currently, the passwd/group checks weren't run.
|
error message changed. Currently, the passwd/group checks weren't run.
|
||||||
|
* live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early: also add input
|
||||||
|
group.
|
||||||
|
|
||||||
-- Loïc Minier <loic.minier@ubuntu.com> Wed, 04 Feb 2015 13:39:26 +0100
|
-- Loïc Minier <loic.minier@ubuntu.com> Wed, 04 Feb 2015 13:39:26 +0100
|
||||||
|
|
||||||
|
@ -175,6 +175,7 @@ systemd-network:x:117:
|
|||||||
systemd-resolve:x:118:
|
systemd-resolve:x:118:
|
||||||
systemd-bus-proxy:x:119:
|
systemd-bus-proxy:x:119:
|
||||||
systemd-journal-remote:x:120:
|
systemd-journal-remote:x:120:
|
||||||
|
input:x:121:
|
||||||
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
|
||||||
@ -256,6 +257,7 @@ systemd-network:!::
|
|||||||
systemd-resolve:!::
|
systemd-resolve:!::
|
||||||
systemd-bus-proxy:!::
|
systemd-bus-proxy:!::
|
||||||
systemd-journal-remote:!::
|
systemd-journal-remote:!::
|
||||||
|
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