With kernel 3.10.55 I can break a Linux boot process by pressing Ctrl + C.
But with the newest kernels (4.1 and 4.4) Ctrl + C in boot time does not work – it displays ^C but does not break init script.
I use Slackware 64 14.1 and have a simple test for it: add in my rc.local file
the following commands:
echo "Test for Control-C - if does not work then press Enter"
read
And I need to press Enter to continue boot process.