add screen terminfo files

This commit is contained in:
Tobias Powalowski 2022-03-16 21:21:19 +01:00
parent 5620fad427
commit e98c2ef714

View file

@ -26,7 +26,9 @@ build ()
### adding needed files from running system
add_symlink "/etc/mtab" "/proc/self/mounts"
map add_file "/usr/share/terminfo/l/linux" "/usr/share/terminfo/v/vt102" "/usr/share/terminfo/x/xterm-256color"
_path="/usr/share/terminfo"
map add_file "${_path}/l/linux" "${_path}/v/vt102" "${_path}/s/screen" \
"${_path}/s/screen.linux" "${_path}/s/screen.xterm-256color" "${_path}/x/xterm-256color"
add_full_dir "/etc/profile.d"
systemfiles="bash.bashrc bash.bash_logout crypttab fstab host.conf hosts inputrc mke2fs.conf \
nanorc nsswitch.conf protocols request-key.conf resolv.conf securetty \