Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: Larry3 on March 09, 2014, 08:13:54 AM

Title: [solved] Auto reboot in case of a KP ?
Post by: Larry3 on March 09, 2014, 08:13:54 AM
Hello,

I would like to know if Core 64 bits enables itself to automatically reboot in case of a kernel panic ?

I am talking about a functionality such as

kernel.panic = xx

like possible in /etc/sysctl.conf in Debian.

Thanks
Title: Re: Auto reboot in case of a KP ?
Post by: tinypoodle on March 09, 2014, 02:11:29 PM
You could use the "panic=" parameter on your bootline as documented here:

https://www.kernel.org/doc/Documentation/kernel-parameters.txt
Title: Re: Auto reboot in case of a KP ?
Post by: Larry3 on March 09, 2014, 03:47:26 PM
Many thanks :)