mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
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:
parent
3a79ca6553
commit
b7f71ffe0f
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue