CIRCL / Circlean

USB key cleaner
https://www.circl.lu/projects/CIRCLean/
BSD 3-Clause "New" or "Revised" License
444 stars 69 forks source link

Disable screen sleep #44

Closed dputtick closed 7 years ago

dputtick commented 7 years ago

It's useful to be able to watch the progress of Circlean via an HDMI monitor if you have one. By default, the linux kernel will put the display to sleep after a period of no user input. The Circlean image should turn this feature off while booting. setterm -powersave off -blank 0 should work.

Rafiot commented 7 years ago

Totally :)

let's keep it open until we release a new image and add it in the init script.

Rafiot commented 7 years ago

Is it fixed btw? (I just wanted to add a link to the commit)

Rafiot commented 7 years ago

Can you just add it in the init script?

dputtick commented 7 years ago

@Rafiot Oops, just saw your messages. Moved it from rc.local to init.sh.

Rafiot commented 7 years ago

Thanks!