From e98c2ef714025447327225cc560abb36ced6a7ae Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 16 Mar 2022 21:21:19 +0100 Subject: [PATCH] add screen terminfo files --- usr/lib/initcpio/install/archboot_base_common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr/lib/initcpio/install/archboot_base_common b/usr/lib/initcpio/install/archboot_base_common index 77ac3f209..589f8bb33 100644 --- a/usr/lib/initcpio/install/archboot_base_common +++ b/usr/lib/initcpio/install/archboot_base_common @@ -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 \