From 306dbdbbab056dc1c92a9960438c6a6e93e26b4f Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 12 Feb 2015 13:33:33 +0100 Subject: [PATCH] * live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early: - adjust the {group,gshadow}_bootstrap values. The audio group used to be gid 1005 after the bootstrap and is now 29. --- debian/changelog | 3 +++ live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 305bef37..a5d5a40d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ livecd-rootfs (2.287) UNRELEASED; urgency=low * add even more verbose output to live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early (thanks Oliver!) + * live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early: + - adjust the {group,gshadow}_bootstrap values. The audio group + used to be gid 1005 after the bootstrap and is now 29. -- Michael Vogt Thu, 12 Feb 2015 11:33:00 +0100 diff --git a/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early b/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early index b28ef9f8..d5f53471 100755 --- a/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early +++ b/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early @@ -5,8 +5,8 @@ ERRCNT="" # Known good post-debootstrap values passwd_bootstrap="9738946debbc125bd6cf3f197582a8a5" shadow_bootstrap="4d299751999cae6de045390dd568812c" -group_bootstrap="dd4a0ebdd3f5d170d5a46e6bade5c6c3" -gshadow_bootstrap="42025e85925432105b429b7c801a50a4" +group_bootstrap="63632e6266046ef7e59a1f090f93a2de" +gshadow_bootstrap="0b17c40c462aba03bed49ce62300de73" # Current post-debootstrap values passwd_hash=$(set -- $(md5sum /etc/passwd) && echo $1)