Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: onelife on July 06, 2017, 02:01:03 PM

Title: hide terminal and boot sequence but not turn screen off
Post by: onelife on July 06, 2017, 02:01:03 PM
Hi there forum,

I'm wondering if it's possible to hide the TC boot sequence and terminal / prompt etc.

I'm running a program for digital signage that once it starts it overlays the terminal anyway, but ideally before starting I would also like the boot sequence hidden.

I tried moving terminal / console to say tty2 etc but still boot and thereafter terminal activity shows up.

Any suggestions welcome :)

THANK YOU!
Title: Re: hide terminal and boot sequence but not turn screen off
Post by: curaga on July 07, 2017, 03:02:46 AM
console=/dev/null
Title: Re: hide terminal and boot sequence but not turn screen off
Post by: onelife on July 07, 2017, 04:07:41 AM
WOW, as simple as that - I'll try now and see if this still allows the "screen" to display once we start the application :)

THANK YOU!