aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/msg.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Also log all user interactions to debugging log.Jordan K. Hubbard1995-05-181-1/+6
| | | | Notes: svn path=/head/; revision=8594
* This will now compile and even scribble helpfully on your disks.Jordan K. Hubbard1995-05-161-2/+17
| | | | | | | | | | | | 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!). Notes: svn path=/head/; revision=8556
* First round of changes after testing this on actual systems. Clean upJordan K. Hubbard1995-05-111-2/+2
| | | | | | | | some of the badly displayed menus, use the proper notification box for messages, make proceed work. Notes: svn path=/head/; revision=8438
* Ok, we should now create all filesystems, mount them and extract theJordan K. Hubbard1995-05-081-5/+18
| | | | | | | cpio floppy at this point. Notes: svn path=/head/; revision=8347
* Make this compile again. Poul and I need to sync up again.Jordan K. Hubbard1995-05-071-10/+10
| | | | Notes: svn path=/head/; revision=8317
* Correct a few ordering errors in how the partitions were being displayed.Jordan K. Hubbard1995-05-071-5/+5
| | | | Notes: svn path=/head/; revision=8314
* All the editors are finished. Now if I can just get a problem with libdiskJordan K. Hubbard1995-05-051-2/+22
| | | | | | | | | fixed, we should be able to fully set up the user's disk. Still to come with next commit: filesystem setup, distribution extraction, final configuration. Notes: svn path=/head/; revision=8302
* Everything but the partition editor is done. This commit is for MBR testing.Jordan K. Hubbard1995-05-041-3/+3
| | | | Notes: svn path=/head/; revision=8281
* This will now write MBR entries - should be enough for testing.Jordan K. Hubbard1995-05-041-4/+3
| | | | Notes: svn path=/head/; revision=8278
* My latest round of changes - make the "slices" editor work.Jordan K. Hubbard1995-05-041-15/+72
| | | | Notes: svn path=/head/; revision=8262
* Commit my latest changes before having a nap. Still not close to done,Jordan K. Hubbard1995-05-011-1/+36
| | | | | | | | | nor is it in sync with my working sources, but it leaves me less CVS hassles to bring in the new files at this time. Still no documentation to translate quite yet, but soon. This stuff is actually very close now. Notes: svn path=/head/; revision=8208
* Here is my first "framework" commit of the new sysinstall. There is a LOTJordan K. Hubbard1995-04-271-0/+131
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). Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=8097