summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Very minor rework to eliminate useage of - operator by checking forrgrimes1995-05-131-3/+6
| | | | | | | | | existance of ${CHROOTDIR}. Remove -k option from make install for building chroot tree, makes it error out early if you forgot to populate the pre-chroot obj tree. Reviewed by: phk
* Added MakeDevDisk(struct disk*, char *path);phk1995-05-123-4/+93
| | | | fixed bug in extended slice naming.
* Updated the text to reflect changes in the english version.lars1995-05-112-28/+28
| | | | Also updated the text based upon suggestions from Havard.Eidnes.
* 1. Don't check CHUNK_BSD_COMPAT for now; it always returns "no" and isjkh1995-05-114-11/+22
| | | | | | 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.
* Add ls to the boot floppy - folks will be lost without it!jkh1995-05-115-10/+10
|
* Drop the inode count down a bit - we ran out of inodes with the help files.jkh1995-05-111-2/+2
|
* Argh! Get the args to tar right. It's late. I'm sleepy.jkh1995-05-111-2/+3
|
* Use the proper libs for sh.jkh1995-05-115-10/+10
|
* 1. Fix a cd which somehow got capitalized.jkh1995-05-111-3/+3
| | | | 2. Don't put CVS files on the floppy.
* Clean this up a bit - add more documentation to the documentation menu.jkh1995-05-113-5/+11
|
* Dump the help files onto the new floppy.jkh1995-05-111-8/+7
|
* Put a shell on the boot floppy.jkh1995-05-116-31/+21
|
* First round of changes after testing this on actual systems. Clean upjkh1995-05-117-46/+54
| | | | | some of the badly displayed menus, use the proper notification box for messages, make proceed work.
* DES -> des. Sigh!jkh1995-05-111-0/+19
|
* Get the CHUNK_COMPAT_BSD flag right.phk1995-05-113-45/+40
|
* Don't use curses routines until that part of the system is initialized.jkh1995-05-101-4/+6
|
* Reviewed by:jkh1995-05-101-5/+9
| | | | | Submitted by: Obtained from:
* Remove ncftp from cpio - we don't need it any more.jkh1995-05-107-18/+28
| | | | Adjust boot floppy to (hopefully) include libdisk in the crunch.
* Sync up to Poul - use his new Create_Chunk_DWIM() function and use the pointerjkh1995-05-101-59/+10
| | | | it passes back. Thanks, Poul!
* Make sure that mountpoints start with a /.jkh1995-05-101-2/+6
|
* Whoops - dispatch() takes multiple args now.jkh1995-05-101-2/+2
|
* Fold in all my recent changes.jkh1995-05-107-240/+676
| | | | | | | Do another clean-up pass over this, making the generic menu handler much more powerful (now handles multiple dispatch). A few more menus fleshed out and the beginnings of the distribution handler committed. Should be transfering full distributions over in the next commit.
* Create_Chunk_DWIM() is here, though it doesn't quite do what the name implies.phk1995-05-104-4/+53
|
* Get sysinstall from /usr/src/release not /usr/src/sbin.jkh1995-05-095-15/+15
|
* secure -> DES.jkh1995-05-091-0/+19
|
* Change wording about displayed text in text fieldsjmz1995-05-092-4/+4
|
* Use absolute path for release dir.jkh1995-05-091-3/+3
|
* Revise confusing wording about text fields. It now readsjkh1995-05-092-6/+6
| | | | | | "the amount of text above the current point" instead of "the amount of text remaining", which was of the exact opposite meaning! Urk. Submitted by: joerg
* Make a less expensive re-release target.jkh1995-05-091-4/+35
|
* Don't go build sbin/sysinstall anymore; it's obsolete.jkh1995-05-091-3/+1
|
* Sync these up so that they'll get into my CVS tree at home, where I'll continuejkh1995-05-086-15/+99
| | | | working on the distribution extract stuff.
* Whoops! Uncomment Write_Disk() again.jkh1995-05-081-2/+2
|
* Improved readabilty and spellinglars1995-05-082-26/+26
|
* Perform a much needed tidying-up pass over this code. Sleep for now,jkh1995-05-085-259/+347
| | | | more tomorrow.
* Add the sorted command executor code.jkh1995-05-081-0/+124
|
* Ok, we should now create all filesystems, mount them and extract thejkh1995-05-086-21/+94
| | | | cpio floppy at this point.
* Recognize slice type #6 as dosphk1995-05-084-12/+28
| | | | handle OnTrack Disk manager correctly.
* Add check for rootfs > cyl 1024.phk1995-05-081-2/+6
|
* Implement the geometry command. Clean up the help a little.jkh1995-05-082-8/+24
|
* I bet Jordan is tearing his hair out, trying to figure the previous patchphk1995-05-081-2/+2
| | | | out... here is the real thing.
* Add a wizard button for Poul.jkh1995-05-081-1/+20
|
* Fix bug.phk1995-05-081-1/+2
|
* Fix a bug in multi-column output.jkh1995-05-081-20/+23
|
* Another sync up for Poul. Added a lot more error checking.jkh1995-05-073-6/+48
|
* Implement a work-around for Create_Chunk providing no pointer to thejkh1995-05-073-50/+119
| | | | | new chunk. The partition editor now works as well as the underlying libdisk can support it - have at it, Poul!
* Make this compile again. Poul and I need to sync up again.jkh1995-05-074-56/+79
|
* Correct a few ordering errors in how the partitions were being displayed.jkh1995-05-075-32/+37
|
* Print sizes of partitions now.jkh1995-05-072-15/+31
|
* Whoops! An extra paren somehow got in there. Fixed.jkh1995-05-071-2/+2
|
* Always zero new chunks - keeps things like the private structures from havingjkh1995-05-071-2/+2
| | | | bogus data in them.
OpenPOWER on IntegriCloud