Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 1999 13:00:27 -0800 (PST)
From:      Andrzej Bialecki <abial@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/i386 userconfig.c
Message-ID:  <199901082100.NAA29107@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
abial       1999/01/08 13:00:27 PST

  Modified files:
    sys/i386/i386        userconfig.c 
  Log:
  Fix faulty logic in handling userconfig_script, INTRO_USERCONFIG and
  RB_CONFIG.
  
  Now, the code should do the right thing in the following cases, when
  kernel is compiled with INTRO_USERCONFIG:
  
  * when booted without userconfig_script and without RB_CONFIG, present
    intro screen, and wait for user input.
  
  * when booted with userconfig_script and without RB_CONFIG, DON'T present
    intro screen unless explicitly asked in userconfig_script, basing on
    assumption that if a user loads userconfig_script, (s)he already
    decided what parameters to configure. Proceed with booting.
  
  * when booted without userconfig_script, and with RB_CONFIG, enter
    configuration utility and wait for user input.
  
  * when booted with userconfig_script, and with RB_CONFIG, execute all
    commands from userconfig_script, and DON'T leave the config utility,
    but wait for user input.
  
  And finally, regardless of the combination of the above parameters,
  when intro screen is invoked either first or next times, and user
  chooses to go back to CLI interface, unblock the quit command.
  
  Revision  Changes    Path
  1.121     +13 -3     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?199901082100.NAA29107>