add all terminfo it breaks setup if missing

This commit is contained in:
Tobias Powalowski 2022-04-03 21:37:18 +02:00
parent 5d5ae7c7f8
commit b12efa085f

View file

@ -26,10 +26,7 @@ build ()
### adding needed files from running system
add_symlink "/etc/mtab" "/proc/self/mounts"
_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"
map add_full_dir "/etc/profile.d" "/usr/share/terminfo"
systemfiles="bash.bashrc bash.bash_logout crypttab fstab host.conf hosts inputrc mke2fs.conf \
nanorc nsswitch.conf protocols request-key.conf resolv.conf securetty \
services wgetrc"