Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 1. Don't check CHUNK_BSD_COMPAT for now; it always returns "no" and is | Jordan K. Hubbard | 1995-05-11 | 1 | -1/+3 | |
| | | | | | | | | | getting in the way of testing right now. 2. Call system() on commands, not vsystem(). No need for vsystem() here. 3. Add a path for the shell. Notes: svn path=/head/; revision=8452 | |||||
* | First round of changes after testing this on actual systems. Clean up | Jordan K. Hubbard | 1995-05-11 | 1 | -10/+17 | |
| | | | | | | | | some of the badly displayed menus, use the proper notification box for messages, make proceed work. Notes: svn path=/head/; revision=8438 | |||||
* | Sync up to Poul - use his new Create_Chunk_DWIM() function and use the pointer | Jordan K. Hubbard | 1995-05-10 | 1 | -59/+10 | |
| | | | | | | | it passes back. Thanks, Poul! Notes: svn path=/head/; revision=8408 | |||||
* | Make sure that mountpoints start with a /. | Jordan K. Hubbard | 1995-05-10 | 1 | -2/+6 | |
| | | | | Notes: svn path=/head/; revision=8407 | |||||
* | Whoops! Uncomment Write_Disk() again. | Jordan K. Hubbard | 1995-05-08 | 1 | -2/+2 | |
| | | | | Notes: svn path=/head/; revision=8360 | |||||
* | Perform a much needed tidying-up pass over this code. Sleep for now, | Jordan K. Hubbard | 1995-05-08 | 1 | -25/+25 | |
| | | | | | | | more tomorrow. Notes: svn path=/head/; revision=8351 | |||||
* | Implement the geometry command. Clean up the help a little. | Jordan K. Hubbard | 1995-05-08 | 1 | -5/+10 | |
| | | | | Notes: svn path=/head/; revision=8342 | |||||
* | Add a wizard button for Poul. | Jordan K. Hubbard | 1995-05-08 | 1 | -1/+20 | |
| | | | | Notes: svn path=/head/; revision=8340 | |||||
* | Fix a bug in multi-column output. | Jordan K. Hubbard | 1995-05-08 | 1 | -20/+23 | |
| | | | | Notes: svn path=/head/; revision=8338 | |||||
* | Another sync up for Poul. Added a lot more error checking. | Jordan K. Hubbard | 1995-05-07 | 1 | -2/+37 | |
| | | | | Notes: svn path=/head/; revision=8336 | |||||
* | Implement a work-around for Create_Chunk providing no pointer to the | Jordan K. Hubbard | 1995-05-07 | 1 | -48/+114 | |
| | | | | | | | | new chunk. The partition editor now works as well as the underlying libdisk can support it - have at it, Poul! Notes: svn path=/head/; revision=8331 | |||||
* | Make this compile again. Poul and I need to sync up again. | Jordan K. Hubbard | 1995-05-07 | 1 | -41/+67 | |
| | | | | Notes: svn path=/head/; revision=8317 | |||||
* | Correct a few ordering errors in how the partitions were being displayed. | Jordan K. Hubbard | 1995-05-07 | 1 | -15/+20 | |
| | | | | Notes: svn path=/head/; revision=8314 | |||||
* | Print sizes of partitions now. | Jordan K. Hubbard | 1995-05-07 | 1 | -14/+29 | |
| | | | | Notes: svn path=/head/; revision=8313 | |||||
* | Some fairly serious cleanup. The proper offset should now be used in | Jordan K. Hubbard | 1995-05-06 | 1 | -45/+26 | |
| | | | | | | | | 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. Notes: svn path=/head/; revision=8307 | |||||
* | All the editors are finished. Now if I can just get a problem with libdisk | Jordan K. Hubbard | 1995-05-05 | 1 | -2/+357 | |
| | | | | | | | | | 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. Hubbard | 1995-05-04 | 1 | -0/+100 | |
Notes: svn path=/head/; revision=8281 |