git: b7f71ffe0fe6 - main - full-test.sh: Add lib/libtinfow.so.9 to image
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Apr 2025 23:15:12 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=b7f71ffe0fe615e75d88472a7e1a4de0b4710a05 commit b7f71ffe0fe615e75d88472a7e1a4de0b4710a05 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2025-04-15 23:12:23 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-04-15 23:14:47 +0000 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 c8669cf3f6ec..0a1a6fad4ef3 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 <<EOF #!/bin/sh