You are not logged in.
Pages: 1
Until recently (perhaps before upgrading to mkinitcpio 36) tput worked in one on my kernel hooks. However, I now get the error below:
tput: unknown terminal "linux"I had always added the terminal files to /etc/mkinitcpio.conf:
FILES=(/usr/lib/terminfo/l/linux ...and likewise have the TERMINFO variable set in the hook:
export TERMINFO=/usr/lib/terminfo/Do the changes to mkinitcpio 36 require I do something else to have tput function as before?
-=[ LIVE enabled UEFI with redundant syslinux pure systemd detached LUKS header partitionless encrypted GPT SSDx3 RAID0 wayland only because I can. ]=-
Backward compatibility is for the masses. There's no dual-boot here.
[CaeriTech remains only artificially intelligent. Turing would be aghast at just how artificial.]
Offline
ncurses got updated around the same time, but I'd first check whether the terminfo made it into the initramfs
lsinitcpio /boot/initramfs-linux.img | grep linux # adjust the initramfs nameOffline
ncurses got updated around the same time
Offline
seth wrote:ncurses got updated around the same time
Well that's a bummer.
Does that mean I have no choice but to hard-code the screen width and colour codes or is there some other mechanism to determine these codes on the fly?
-=[ LIVE enabled UEFI with redundant syslinux pure systemd detached LUKS header partitionless encrypted GPT SSDx3 RAID0 wayland only because I can. ]=-
Backward compatibility is for the masses. There's no dual-boot here.
[CaeriTech remains only artificially intelligent. Turing would be aghast at just how artificial.]
Offline
Pages: 1