aboutsummaryrefslogtreecommitdiff
path: root/release/doFS.sh
Commit message (Collapse)AuthorAgeFilesLines
* Whoops, correct brain-o.Jordan K. Hubbard1998-10-031-1/+1
| | | | Notes: svn path=/head/; revision=39920
* Add a tweak for the alpha.Jordan K. Hubbard1998-10-031-4/+8
| | | | Notes: svn path=/head/; revision=39918
* Make the vn device that is being used to build the floppies configurable.John Hay1998-03-221-1/+3
| | | | | | | | | You can now do something like "make release VNDEVICE=vn1". This makes it possible to do something else with vn0, for instance building another release. Notes: svn path=/head/; revision=34782
* 1. Sync ABOUT.TXT changes.Jordan K. Hubbard1997-02-051-2/+1
| | | | | | | | 2. Go back to using a filesystem on the boot floppy; the rawboot boot blocks were just too non-functional for other things. Notes: svn path=/head/; revision=22268
* Simplify the disklabel trickery, and thus avoid the dreadedJoerg Wunsch1996-12-011-2/+2
| | | | | | | | | ``Operation not supported by device''. Requested by: jkh Notes: svn path=/head/; revision=20071
* Try to impreve DD mode.Poul-Henning Kamp1996-11-271-1/+3
| | | | | | | Try to make 4Mb floppies work again. Notes: svn path=/head/; revision=19992
* Purely cosmetic cleanup.Jordan K. Hubbard1996-11-091-32/+0
| | | | Notes: svn path=/head/; revision=19560
* Installation cleanup, round II.Jordan K. Hubbard1996-10-011-18/+6
| | | | Notes: svn path=/head/; revision=18619
* Some release changes I've had to make in dealing with the floppy spaceJordan K. Hubbard1996-07-091-28/+33
| | | | | | | crisis. Notes: svn path=/head/; revision=17041
* Make the reduction algorithm to tune the file system size lessJoerg Wunsch1996-01-211-6/+18
| | | | | | | | | | | | | | | | aggressive, in order to avoid /mnt: file system full problems. Introduce a deadlock counter. Turn off echoing again, it's cluttering the screen/log. Gross hack to avoid the `vn0: invalid primary partition table: no magic' warning. Seems that doFS.sh is now doing the job... Notes: svn path=/head/; revision=13534
* Remove phk's errr... interesting idea of slicing a floppy into 10Joerg Wunsch1996-01-211-1/+1
| | | | | | | cylinder groups. :) Notes: svn path=/head/; revision=13532
* I belive this works now.Poul-Henning Kamp1996-01-141-17/+15
| | | | Notes: svn path=/head/; revision=13425
* Shrink BOOTMFS kernel further. Make doFS.sh more intelligent.Poul-Henning Kamp1996-01-131-3/+17
| | | | | | | boot4.flp should work fine as far as I can tell. Notes: svn path=/head/; revision=13418
* Don't make the fs-image in /dev :-)Poul-Henning Kamp1996-01-101-1/+1
| | | | Notes: svn path=/head/; revision=13369
* Moved doFS into shell-script so we can be more smart about it.Poul-Henning Kamp1996-01-081-0/+82
make two boot floppies, one without help files for 4MB systems. Mine's loading one now. :-) -O2 may be needed. Notes: svn path=/head/; revision=13352