Trilight Zone Forum Index Trilight Zone
Privacy & Anonymity is our speciality !
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Bootdelay

 
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix
Author Message
thedark
Second Lieutenant


Joined: 30 Jul 2005
Posts: 1074

PostPosted: Thu Aug 04, 2005 11:21 am    Post subject: Bootdelay Reply with quote

The program 'loader' is respocible for the last part of the bootstrapping stage,
one of the things it does is displaying the above message and loading the
selected kernel. The 'loader' has a configuration file located in the '/boot'
dir. It works kinda like the '/etc/rc.conf' file, it also has a default file
located in the '/boot/default/loader.conf' (take a look at it, there are some
interesting things in there). As you browse through this file you'll find an
option 'autoboot_delay="10"' which is commented out. Like the 'rc.conf' file
you don't edit it here but in '/boot/loader.conf'. If this file doesn't exist:
create it. Place the following in this file:

autoboot_delay="[NR OF SECOND]" e.g. autoboot_delay="3"

Reboot youre machine and you'll see that the delay time has changed. If you
change the time to zero seconds, no question will be asked and the '/kernel'
file will be used as kernel and loaded.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group