any way to stop boot2 from waiting for keypress at system startup

2013-07-02 Thread takCoder
Hi Everyone, i wanna stop boot2 from getting a input string to change default boot point.. is there any way around, other than changing boot2.c source code to disable this feature?? As you may know, on system-startup, if you press any key, you will see the following prompt, waiting for you to

Re: any way to stop boot2 from waiting for keypress at system startup

2013-07-02 Thread Polytropon
On Tue, 2 Jul 2013 11:05:22 +0430, takCoder wrote: Hi Everyone, i wanna stop boot2 from getting a input string to change default boot point.. is there any way around, other than changing boot2.c source code to disable this feature?? As you may know, on system-startup, if you press any

Re: any way to stop boot2 from waiting for keypress at system startup

2013-07-02 Thread takCoder
Thank you for your quick reply. :) Unfortunately, no.. the option you are talking about is for limitting or disabling beastie menu waiting time, and i am using the option you mention as well.. I wait to disable a feature one step before that.. before even loading kernel.. i just don't know what

Re: any way to stop boot2 from waiting for keypress at system startup

2013-07-02 Thread takCoder
i found the answer! if i add a -n parameter to /boot.config file, the mentioned feature will be disabled.. On Tue, Jul 2, 2013 at 11:16 AM, takCoder tak.offic...@gmail.com wrote: Thank you for your quick reply. :) Unfortunately, no.. the option you are talking about is for limitting or

Re: any way to stop boot2 from waiting for keypress at system startup

2013-07-02 Thread Polytropon
On Tue, 2 Jul 2013 15:18:04 +0430, takCoder wrote: i found the answer! if i add a -n parameter to /boot.config file, the mentioned feature will be disabled.. Sorry for my confusion. The option you've successfully found is documented in man 8 boot (which also provides a short description of the

Re: any way to stop boot2 from waiting for keypress at system startup

2013-07-02 Thread takCoder
Yes you are right :) If i knew the feature's name, it would be easier to find this option out.. Actually i found mentioned flag while tracing boot2.c code... Anyway, Thank you for your complete reply :) On Wed, Jul 3, 2013 at 6:35 AM, Polytropon free...@edvax.de wrote: On Tue, 2 Jul 2013