Skip to content
Snippets Groups Projects
Commit 30298d85 authored by Ben Hutchings's avatar Ben Hutchings
Browse files

Merge branch 'cgzones-guest/initramfs-tools-selinux'

Do not copy SELinux context in mkinitramfs (Closes: #948365)

See merge request kernel-team/initramfs-tools!25
parents 333ef265 8330bcde
No related branches found
No related tags found
No related merge requests found
......@@ -362,7 +362,7 @@ depmod -a -b "${DESTDIR}" "${version}"
rm -f "${DESTDIR}/lib/modules/${version}"/modules.*map
# make sure that library search path is up to date
cp -ar /etc/ld.so.conf* "$DESTDIR"/etc/
cp -pPr /etc/ld.so.conf* "$DESTDIR"/etc/
if ! ldconfig -r "$DESTDIR" ; then
[ "$(id -u)" != "0" ] \
&& echo "ldconfig might need uid=0 (root) for chroot()" >&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment