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

Commits on Aug 24, 2016

  1. Speed up booting process for FreeBSD saving 10 seconds in boot time

    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.
    amontalban committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    8261700 View commit details
    Browse the repository at this point in the history