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
This commit is contained in:
Warner Losh 2025-04-15 17:12:23 -06:00
parent 3a79ca6553
commit b7f71ffe0f

View file

@ -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 <<EOF
#!/bin/sh