@@ -1,4 +1,5 @@ - make sure nurses get initialized in UTF-8 (mga#4894) +- revert to "linux" terminfo 1.66 - do not advice long dead pcmcia.img & network.img images (mga#5466) @@ -75,7 +75,7 @@ char * env[] = { #endif , "HOME=/", - "TERM=screen", + "TERM=linux", "TERMINFO=/etc/terminfo", "LC_CTYPE=UTF-8", NULL @@ -56,7 +56,7 @@ char * env[] = { #endif , "HOME=/", - "TERM=screen", + "TERM=linux", "TERMINFO=/etc/terminfo", NULL }; @@ -1,4 +1,5 @@ - default to the higher version when there're several mga roots (mga#6003) +- revert to "linux" terminfo Version 1.38 - 11 May 2012, by Thierry Vignaud @@ -65,8 +65,6 @@ echo "Setting local loop" # disable the weird echoprt in cooked mode for user interaction: stty sane -export TERM=screen - #LANGUAGE (filled by make_rescue_img) grep -q noauto /proc/cmdline || drvinst SERIAL_USB |