cvs commit: src/sys/boot/common boot.c help.common loader.8 src/sys/boot/forth loader.conf

Maxim Sobolev sobomax at FreeBSD.org
Thu May 19 16:03:06 PDT 2005


sobomax     2005-05-19 23:03:02 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/common      boot.c help.common loader.8 
    sys/boot/forth       loader.conf 
  Log:
  Extend `autoboot_delay' handling - is this variable is set to -1 don't allow
  user to interrupt autoboot process at all. Currently, even when
  `autoboot_delay' is set to 0, loader(8) still allows autoboot process to be
  interrupted by pressing any key on the console when the loader reads kernel
  and modules from the disk. In some cases (i.e. untrusted environment) such
  behaviour is highly indesirable and user should not be allowed to interfere
  with the autoboot process at all.
  
  Sponsored by:   PBXpress Inc.
  MFC after:      3 days
  
  Revision  Changes    Path
  1.31      +33 -28    src/sys/boot/common/boot.c
  1.39      +2 -0      src/sys/boot/common/help.common
  1.79      +31 -0     src/sys/boot/common/loader.8
  1.95      +4 -1      src/sys/boot/forth/loader.conf


More information about the cvs-all mailing list