diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-06-05 17:48:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-06-05 17:48:14 +0000 |
commit | 4f85eac8a8186098023decefaeeefebd6804ad28 (patch) | |
tree | d43687d2bf6da7fd1af3db123f30765b8d97490d /images | |
parent | 4266483a18a17ea599856dbbe4706609c63578fd (diff) | |
download | drakx-4f85eac8a8186098023decefaeeefebd6804ad28.tar drakx-4f85eac8a8186098023decefaeeefebd6804ad28.tar.gz drakx-4f85eac8a8186098023decefaeeefebd6804ad28.tar.bz2 drakx-4f85eac8a8186098023decefaeeefebd6804ad28.tar.xz drakx-4f85eac8a8186098023decefaeeefebd6804ad28.zip |
do not include "screen" terminfo anymore
(but in rescue as we include the screen program...)
Diffstat (limited to 'images')
-rw-r--r-- | images/NEWS | 2 | ||||
-rwxr-xr-x | images/make_boot_img | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS index 19634a658..5ec192140 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- do not include "screen" terminfo anymore + Version 1.76 - 1 June 2012 by Thierry Vignaud - enable to do a debug build in the BS 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"; } |