mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-05 08:42:11 +01:00
* when building on with eglibc we need to replace libs inside initramfs * seems dev/null is a regular file on .35 kernel with eglibc
18 lines
303 B
Diff
18 lines
303 B
Diff
--- a/files.d/base
|
|
+++ b/files.d/base
|
|
@@ -7,11 +7,11 @@
|
|
/lib/libdl.so*
|
|
/lib/libm-[0-9]*
|
|
/lib/libm.so.*
|
|
-/lib/libuClibc-[0-9]*
|
|
+/lib/libc-[0-9]*
|
|
/lib/libc.so.*
|
|
/lib/libz.*
|
|
-/lib/ld-uClibc-[0-9]*
|
|
-/lib/ld-uClibc.so*
|
|
+/lib/ld-[0-9]*
|
|
+/lib/ld-linux.so*
|
|
/lib/mdev
|
|
/sbin/apk
|
|
/etc/modprobe.d/blacklist
|