Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 591770 Details for
Bug 692264
sys-kernel/genkernel-4.0.0_beta12 installs too many libraries (in initrd?)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
check libnss_dns.so.2 requirement for busybox
libnss.patch (text/plain), 653 bytes, created by
Denis Kaganovich
on 2019-10-03 23:30:49 UTC
(
hide
)
Description:
check libnss_dns.so.2 requirement for busybox
Filename:
MIME Type:
Creator:
Denis Kaganovich
Created:
2019-10-03 23:30:49 UTC
Size:
653 bytes
patch
obsolete
>--- a/gen_initramfs.sh 2019-10-04 02:07:51.545000000 +0300 >+++ b/gen_initramfs.sh 2019-10-04 02:11:15.721000000 +0300 >@@ -430,7 +430,11 @@ append_busybox() { > # allow for DNS resolution > local libdir=$(get_chost_libdir) > mkdir -p "${TDIR}"/lib || gen_die "Failed to create '${TDIR}/lib'!" >- copy_system_binaries "${TDIR}"/lib "${libdir}"/libnss_dns.so.2 >+ # depending to --busybox-config >+ if LC_ALL=C "${LDDTREE_COMMAND}" bin/busybox | fgrep -q libnss_dns.so.2 >+ then >+ copy_system_binaries "${TDIR}"/lib "${libdir}"/libnss_dns.so.2 >+ fi > > log_future_cpio_content > find . -print0 | "${CPIO_COMMAND}" ${CPIO_ARGS} --append -F "${CPIO_ARCHIVE}" \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 692264
: 591770