summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/globals.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a new -fake argument to make sysinstall not actually change things whilejkh1996-04-281-7/+9
| | | | I'm testing it.
* 1. Update all the copyrights to delete useless clauses 3 and 4.jkh1996-04-131-8/+1
| | | | | 2. Change more of the menu code over to new system. 3. Streamline label editor.
* Update the -current sources from the 2.1 branch.peter1995-12-071-5/+1
| | | | Approved (in spirit) by: jkh
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-7/+6
|
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* Bring in all my fixes to Poul's gripe list as of last night.jkh1995-05-251-3/+3
|
* 1. Spawn a shell on VTY4 and leave it lying around.jkh1995-05-241-1/+3
| | | | | 2. Bring in Gary's prompt stuff in extractGeneric. 3. Add another global for telling when we're running as init.
* This doesn't work - the extract code is half-baked. I commit it onlyjkh1995-05-201-2/+3
| | | | so that Gary can sync to it before I go to bed.. :)
* This will now compile and even scribble helpfully on your disks.jkh1995-05-161-3/+1
| | | | | | | | | It remains to be seen how successfully. The distribution loading code is still not here yet, but the partition/newfs/mount/cpio-extract cycle is as complete as it's ever going to get, modulo possible bug fixes. The TCP/IP setup screen is also sort of here, albeit in a highly-changing state due to the fact that per-interface information isn't being kept right now but is being added (thanks, Gary!).
* This does _not yet compile_; I'm simply bringing in my changes fromjkh1995-05-161-3/+1
| | | | | this weekend in order to more easily sync with my CVS tree at home. Another commit relative to these changes will follow shortly.
* Sync these up so that they'll get into my CVS tree at home, where I'll continuejkh1995-05-081-1/+5
| | | | working on the distribution extract stuff.
* Some fairly serious cleanup. The proper offset should now be used injkh1995-05-061-1/+5
| | | | | creating partitions. Still need to get the mount points displaying carefully, but I need to get this into my tree on time so that I can work on that.
* Here is my first "framework" commit of the new sysinstall. There is a LOTjkh1995-04-271-0/+72
more to come in the next 24 hours, this is just the first stable result of 8 hours of hacking so far. The specification format for menus is pretty much hammered out and the beginnings (very humble) of the doc hierarchy are present for an example. It should be quite easy to add a lot more menus quickly to this since I did go somewhat out of my way to make the framework easy to work with. This is NOT the glorious semi-graphical sysinstall (or whatever its name will be) that the install-geeks are working on, this is simply the "son of sysinstall" I've been promising to write in the interim for 2.0.5 and 2.1R (super install doesn't come until 2.2R).
OpenPOWER on IntegriCloud