]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When compiled with INTRO_USERCONFIG, skip the intro screen anyway if we
authorAndrzej Bialecki <abial@FreeBSD.org>
Thu, 7 Jan 1999 09:49:28 +0000 (09:49 +0000)
committerAndrzej Bialecki <abial@FreeBSD.org>
Thu, 7 Jan 1999 09:49:28 +0000 (09:49 +0000)
commitcf93ca26861c0c60bec619d974d72e1e9a11bb3f
treebe737230ea5b9d19d66aea019118841f914ea169
parent51c5836ce49f72208fd28ff84bebc2aa250f6ebf
When compiled with INTRO_USERCONFIG, skip the intro screen anyway if we
already loaded and interpreted userconfig_script. Otherwise, when using
such kernel system would always block waiting for user input in UserConfig,
while the intention was to avoid this by having userconfig_script.

Reviewed by: msmith
sys/i386/i386/userconfig.c