summaryrefslogtreecommitdiff
path: root/release/sysinstall/dispatch.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.7_cvscvs2svn1998-07-241-1/+1
| | | | | | | 'RELENG_2_2_7_RELEASE'. This commit was manufactured to restore the state of the 2.2.7-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* - Handle installation using a wfd as a floppy TOO!Jordan K. Hubbard1998-07-181-4/+34
| | | | | | | | | | | | | | | | | | | | - Handle network installs over fpa, sr, en, cc3i devices if available in kernel - More scripting goodness, including: confirmation dialog box from scripts load floppy config file (works recursively for config files) dump all sysinstall variables to disk for post install state setup handle recursive config file loading (config file loads another) - Fix some interactive issues - Fix handling of root chunks (didn't include the altroot bits this time) - Allow fixit floppy on any floppy device, not just fd0 (needed for wfd!) - Handle unifed root /usr and /var if desired and scripted, otherwise do the normal stuff. Submitted by: pst Notes: svn path=/stable/2.2/; revision=37734
* Merge my VAR_ changes and Jordan's boot.help changes in from -current.Paul Traina1997-09-171-2/+2
| | | | | | | | I did not bring in all of the -current bugfixes because it's not clear what's an improvement and what's a spam (see ftp.c). Notes: svn path=/stable/2.2/; revision=29542
* MFC: new dispatch code from Paul TrainaJordan K. Hubbard1997-09-161-43/+240
| | | | Notes: svn path=/stable/2.2/; revision=29520
* MFC: upgrade fixes, less verbosity, etc.Jordan K. Hubbard1997-09-081-2/+33
| | | | Notes: svn path=/stable/2.2/; revision=29224
* YAMFCJordan K. Hubbard1997-08-111-3/+1
| | | | Notes: svn path=/stable/2.2/; revision=28077
* YAMFC - nuke Samba setup.Jordan K. Hubbard1997-07-161-2/+1
| | | | Notes: svn path=/stable/2.2/; revision=27434
* YAMFC script enhancements.Jordan K. Hubbard1997-06-221-2/+17
| | | | Notes: svn path=/stable/2.2/; revision=26796
* Keep the release tools in sync with -current..Jordan K. Hubbard1997-06-211-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=26766
* Support adding packages from script files.Jordan K. Hubbard1997-06-131-1/+2
| | | | | | | Clean minor typo in ntpdate fixes. Notes: svn path=/stable/2.2/; revision=26612
* Fix bogus name for distSetCustom() in dispatch table.Jordan K. Hubbard1997-06-131-2/+2
| | | | | | | | Flesh out install.cfg to match my current test machine a little more closely. Notes: svn path=/stable/2.2/; revision=26600
* Fix some bogons with scripting.Jordan K. Hubbard1997-06-121-1/+5
| | | | Notes: svn path=/stable/2.2/; revision=26571
* Merge in changes for better config file support from current.Jordan K. Hubbard1997-06-061-5/+18
| | | | Notes: svn path=/stable/2.2/; revision=26476
* Merge apache removal changes from -current.Jordan K. Hubbard1997-05-221-2/+1
| | | | Notes: svn path=/stable/2.2/; revision=25994
* o Add alias for `register' so you can say `/stand/sysinstall register' toJordan K. Hubbard1997-03-101-1/+2
| | | | | | | | | | | | go straight to the registration screen. o Add ports collection option a little more prominently to distribution choices. o Tell user how to register if they elect to say "No" the first time. Notes: svn path=/stable/2.2/; revision=23628
* Merge changes from -current for registration screenJordan K. Hubbard1997-03-091-1/+2
| | | | | | | | (also forgot to mention - fixed a window leak in all clients of the Layout* code). Notes: svn path=/stable/2.2/; revision=23591
* Merge last 3 days worth of -current changes.Jordan K. Hubbard1997-01-171-7/+23
| | | | Notes: svn path=/stable/2.2/; revision=21793
* Fix some very minor cosmetic cruft I couldn't help tweaking whenJordan K. Hubbard1996-12-141-1/+3
| | | | | | | | | | | | I went over the code. Add shortcuts for addUser and addGroup, documenting same. Add a password field for adduser and use no-echo string field for it. This requires my latest libdialog changes (in RELENG_2_2 or -current) to work. Notes: svn path=/stable/2.2/; revision=20444
* Merge from -current.Poul-Henning Kamp1996-11-041-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=19401
* Installation cleanup, round II.Jordan K. Hubbard1996-10-011-2/+2
| | | | Notes: svn path=/head/; revision=18619
* Document shortcuts.Jordan K. Hubbard1996-07-021-4/+4
| | | | | | | Fix a bug which prevented variables from working properly Notes: svn path=/head/; revision=16895
* Allow argv[0] to be a command also.Jordan K. Hubbard1996-06-261-2/+6
| | | | Notes: svn path=/head/; revision=16766
* Implement selective text attributes for the syscons vty / vt100 emulatorJordan K. Hubbard1996-06-081-3/+2
| | | | | | | | selection since an attribute which looks good on a color console doesn't necessarily look good in an xterm. Notes: svn path=/head/; revision=16208
* Fix some long-standing malloc bugs in the package handling code (freeing garbageJordan K. Hubbard1996-05-161-0/+125
in one place, leaking memory in another). Add a facility to invoke subsystems directly by naming them on sysinstall's command-line when running post-install. A replacement for pkg_manage might, for example, be `/stand/sysinstall configPackages' Fix bogon where upgrade shell was entered with tty modes spammed. Fix bug with release name checking in ftp_strat. Turned a bunch of bogus exit()s into proper calls to systemShutdown(). Notes: svn path=/head/; revision=15788