Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 1998 13:07:52 -0800 (PST)
From:      Michael Smith <msmith@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/i386 locore.s machdep.c userconfig.c
Message-ID:  <199811032107.NAA05767@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      1998/11/03 13:07:52 PST

  Modified files:
    sys/i386/i386        locore.s machdep.c userconfig.c 
  Log:
  Remove the USERCONFIG_BOOT option.  Userconfig script data is searched
  for in a loaded module of type "userconfig_script".  The RB_CONFIG
  flag will always result in the user being left inside userconfig at
  the end of the script's execution, regardless of 'quit' commands in
  the script.  If the RB_CONFIG flag is not specified, the user will
  never be left inside userconfig, even if the script does not have an
  explicit exit command.
  
  Add the INTRO_USERCONFIG option.  This option forces the userconfig 'intro'
  screen (after a script has optionally been executed).  There is no longer
  a need to queue an 'intro' command.
  
  Revision  Changes    Path
  1.117     +1 -10     src/sys/i386/i386/locore.s
  1.315     +2 -9      src/sys/i386/i386/machdep.c
  1.114     +112 -46   src/sys/i386/i386/userconfig.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811032107.NAA05767>