Open osresearch opened 7 years ago
With the current x230 build we are right at the edge of space and the extra plymouth dependencies push us over. It appears to need:
linux-vdso.so.1 => (0x00007ffdcb12d000) libply.so.4 => /lib/x86_64-linux-gnu/libply.so.4 (0x00007fa24b740000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fa24b376000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fa24b16d000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fa24af69000) /lib64/ld-linux-x86-64.so.2 (0x00005585c8e68000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fa24ad4b000)
The libdl makes me wonder if it wants to load additional libraries as well.
libdl
Hey,
I will try to strip it down. Maybe we can save some space with a smaller kernel image.
With the current x230 build we are right at the edge of space and the extra plymouth dependencies push us over. It appears to need:
The
libdl
makes me wonder if it wants to load additional libraries as well.