From 4f85eac8a8186098023decefaeeefebd6804ad28 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 5 Jun 2012 17:48:14 +0000 Subject: do not include "screen" terminfo anymore (but in rescue as we include the screen program...) --- images/make_boot_img | 1 - 1 file changed, 1 deletion(-) (limited to 'images/make_boot_img') diff --git a/images/make_boot_img b/images/make_boot_img index a2a93f47c..9d5ad3ebb 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -156,7 +156,6 @@ sub initrd { symlink "/proc/mounts", "$tmp_initrd/etc/mtab"; symlink "../tmp", "$tmp_initrd/var/run"; _ "install -D /usr/share/terminfo/l/linux $tmp_initrd/usr/share/terminfo/l/linux"; - _ "install -D /usr/share/terminfo/s/screen $tmp_initrd/usr/share/terminfo/s/screen"; foreach ('pcitable', 'usbtable') { _ "install -D /usr/share/ldetect-lst/$_.gz $tmp_initrd/usr/share/ldetect-lst/$_.gz"; } -- cgit v1.2.1