From b7f71ffe0fe615e75d88472a7e1a4de0b4710a05 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 15 Apr 2025 17:12:23 -0600 Subject: [PATCH] full-test.sh: Add lib/libtinfow.so.9 to image libedit.so.8 needs libtinfow.so.9 too, starting in stable/14. so add it here. With this I have an image that boots the minimal 'echo success' test for LinuxBoot on amd64... Though changes for that aren't upstreamed just yet. They need to be cleaned up a little before I do that. Stay tuned. Sponsored by: Netflix --- tools/boot/full-test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/boot/full-test.sh b/tools/boot/full-test.sh index c8669cf3f6e..0a1a6fad4ef 100644 --- a/tools/boot/full-test.sh +++ b/tools/boot/full-test.sh @@ -160,8 +160,7 @@ make_minimal_freebsd_tree() ln -s . ${dir}/usr # snag the binaries for my simple /etc/rc file tar -C ${dir} -xf ${CACHE}/$file sbin/fastboot sbin/reboot sbin/halt sbin/init bin/sh sbin/sysctl \ - lib/libncursesw.so.9 lib/libc.so.7 lib/libedit.so.8 libexec/ld-elf.so.1 - + lib/libtinfow.so.9 lib/libncursesw.so.9 lib/libc.so.7 lib/libedit.so.8 libexec/ld-elf.so.1 # My simple etc/rc cat > ${dir}/etc/rc <