* [PATCH] 95terminfo: install vt102
@ 2013-08-01 10:54 WANG Chao
[not found] ` <20130801105455.GA4121-ALckc1lQpMDv8MId6FTy5BcY2uh10dtjAL8bYrjMMd8@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: WANG Chao @ 2013-08-01 10:54 UTC (permalink / raw)
To: Harald Hoyer; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA
systemd uses vt102 as default term for tty:
commit acda6a0
Author: Lennart Poettering <lennart-mdGvqq1h2p+GdvJs77BJ7Q@public.gmane.org>
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-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
---
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
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] 95terminfo: install vt102
[not found] ` <20130801105455.GA4121-ALckc1lQpMDv8MId6FTy5BcY2uh10dtjAL8bYrjMMd8@public.gmane.org>
@ 2013-08-01 10:59 ` Harald Hoyer
0 siblings, 0 replies; 2+ messages in thread
From: Harald Hoyer @ 2013-08-01 10:59 UTC (permalink / raw)
To: WANG Chao; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA
On 08/01/2013 12:54 PM, WANG Chao wrote:
> systemd uses vt102 as default term for tty:
>
> commit acda6a0
> Author: Lennart Poettering <lennart-mdGvqq1h2p+GdvJs77BJ7Q@public.gmane.org>
> 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-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> ---
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-01 10:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-01 10:54 [PATCH] 95terminfo: install vt102 WANG Chao
[not found] ` <20130801105455.GA4121-ALckc1lQpMDv8MId6FTy5BcY2uh10dtjAL8bYrjMMd8@public.gmane.org>
2013-08-01 10:59 ` Harald Hoyer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.