From b12efa085faabb266da63d1a4480de3d6a724b52 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 3 Apr 2022 21:37:18 +0200 Subject: [PATCH] add all terminfo it breaks setup if missing --- usr/lib/initcpio/install/archboot_base_common | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/usr/lib/initcpio/install/archboot_base_common b/usr/lib/initcpio/install/archboot_base_common index 6783a33bd..f6c137cb7 100644 --- a/usr/lib/initcpio/install/archboot_base_common +++ b/usr/lib/initcpio/install/archboot_base_common @@ -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"