summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-06-05 17:48:14 +0000
committerThierry Vignaud <tv@mageia.org>2012-06-05 17:48:14 +0000
commite0ec20d5dcd44ed82054a2983ab5acf2f1465931 (patch)
treed43687d2bf6da7fd1af3db123f30765b8d97490d /images/make_boot_img
parent3baa8f931cf805a7276bd61514341a71c7349959 (diff)
downloaddrakx-backup-do-not-use-e0ec20d5dcd44ed82054a2983ab5acf2f1465931.tar
drakx-backup-do-not-use-e0ec20d5dcd44ed82054a2983ab5acf2f1465931.tar.gz
drakx-backup-do-not-use-e0ec20d5dcd44ed82054a2983ab5acf2f1465931.tar.bz2
drakx-backup-do-not-use-e0ec20d5dcd44ed82054a2983ab5acf2f1465931.tar.xz
drakx-backup-do-not-use-e0ec20d5dcd44ed82054a2983ab5acf2f1465931.zip
do not include "screen" terminfo anymore
(but in rescue as we include the screen program...)
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-ximages/make_boot_img1
1 files changed, 0 insertions, 1 deletions
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";
}