Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: jnovacek on February 14, 2014, 01:51:19 PM

Title: disable Ctrl+C
Post by: jnovacek on February 14, 2014, 01:51:19 PM
Hi all,
can be avoided in Tiny Core (piCore) to avoid interruption boot into X. If I do nothing and starts Xwindows. When at the start sticknu Ctrl + C and Xwindows nostart.
trap is broken
Title: Re: disable Ctrl+C
Post by: bmarkus on February 14, 2014, 03:19:46 PM
Yes. Do not use ctrl/c. You question is similar to "Hot to avoid unplugging it from the wall outlet".
Title: Re: disable Ctrl+C
Post by: jnovacek on February 15, 2014, 01:38:12 AM
Yes. Do not use ctrl/c. You question is similar to "Hot to avoid unplugging it from the wall outlet".

I'm doing a terminal client for the students and interruption starting the problem. This combination (Ctrl + C) need to be turned off.
Title: Re: disable Ctrl+C
Post by: bmarkus on February 15, 2014, 02:42:38 AM
Did you try to add trap ?
Title: Re: disable Ctrl+C
Post by: tinypoodle on February 15, 2014, 08:22:31 AM
This combination (Ctrl + C) need to be turned off.

Code: [Select]
stty intr undef