Date: Mon, 24 Sep 2001 03:16:24 -0700 (PDT) From: Murray Stokely <murray@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall variable.c sysinstall.h main.c Message-ID: <200109241016.f8OAGOK34623@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
murray 2001/09/24 03:16:24 PDT
Modified files:
usr.sbin/sysinstall variable.c sysinstall.h main.c
Log:
Add a couple of functions to create persistent variables that will
survive a sysinstall Ctrl-C -> 'Restart'. This fixes another annoying
bug where restarting sysinstall will try to reload kernel modules and
do other external things that have already been done. For now, use
these persistent variables to keep track of module, usbd, and pccardd
initialization.
Bug found by: rwatson
MFC after: 1 week
Revision Changes Path
1.65 +17 -7 src/usr.sbin/sysinstall/main.c
1.216 +3 -1 src/usr.sbin/sysinstall/sysinstall.h
1.34 +38 -1 src/usr.sbin/sysinstall/variable.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?200109241016.f8OAGOK34623>
