On 08/01/2013 12:54 PM, WANG Chao wrote: > systemd uses vt102 as default term for tty: > > commit acda6a0 > Author: Lennart Poettering <lennart@xxxxxxxxxxxxxx> > Date: Sun Apr 22 02:45:39 2012 +0200 > > default to v102 everywhere, instead of vt100, to synchronize with agetty > > Signed-off-by: WANG Chao <chaowang@xxxxxxxxxx> > --- > modules.d/95terminfo/module-setup.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/modules.d/95terminfo/module-setup.sh b/modules.d/95terminfo/module-setup.sh > index ecd4395..4656cd3 100755 > --- a/modules.d/95terminfo/module-setup.sh > +++ b/modules.d/95terminfo/module-setup.sh > @@ -10,7 +10,7 @@ install() { > done > > if [ -d ${_terminfodir} ]; then > - for i in "l/linux" "v/vt100" "v/vt220"; do > + for i in "l/linux" "v/vt100" "v/vt102" "v/vt220"; do > inst_dir "$_terminfodir/${i%/*}" > cp --reflink=auto --sparse=auto -prfL -t "${initdir}/${_terminfodir}/${i%/*}" "$_terminfodir/$i" > done > Thanks.. pushed -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html