Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up booting process for FreeBSD saving 10 seconds in boot time #648

Merged
merged 1 commit into from
Sep 8, 2016

Conversation

amontalban
Copy link
Contributor

For more info check: https://www.freebsd.org/cgi/man.cgi?loader(8)

 autoboot_delay
   Number of seconds autoboot will wait before booting.  Ifthis
   variableis not defined,autoboot will default to 10 seconds.

   If set to NO'', no autoboot will be automatically attempted
   after processing/boot/loader.rc, thoughexplicit autoboot's
   will be processed normally, defaulting to 10 seconds delay.

   If set to 0'',no delay will be inserted, but user still will
   be able to interrupt autoboot process and escapeinto the
   interactive modeby pressing some key onthe console while ker-
   nel and modules are being loaded.

   If set to -1'', no delay will be inserted and loader will
   engage interactive mode only if autoboothas failed for some
   reason.

For more info check: https://www.freebsd.org/cgi/man.cgi?loader(8)

     autoboot_delay
       Number of seconds autoboot will wait before booting.  Ifthis
       variableis not defined,autoboot will default to 10 seconds.

       If set to NO'', no autoboot will be automatically attempted
       after processing/boot/loader.rc, thoughexplicit autoboot's
       will be processed normally, defaulting to 10 seconds delay.

       If set to 0'',no delay will be inserted, but user still will
       be able to interrupt autoboot process and escapeinto the
       interactive modeby pressing some key onthe console while ker-
       nel and modules are being loaded.

       If set to -1'', no delay will be inserted and loader will
       engage interactive mode only if autoboothas failed for some
       reason.
@cheeseplus
Copy link
Contributor

Dope

@cheeseplus cheeseplus merged commit a87feed into chef:master Sep 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants