summaryrefslogtreecommitdiff
path: root/release/floppies/fixit
Commit message (Collapse)AuthorAgeFilesLines
* whoops, missed one.Jordan K. Hubbard1999-01-101-15/+0
| | | | Notes: svn path=/head/; revision=42459
* Nuke this - it's antiquated and unmaintained.Jordan K. Hubbard1999-01-094-72/+0
| | | | Notes: svn path=/head/; revision=42451
* keep more up to date..Julian Elischer1998-08-031-10/+8
| | | | | | | | fixit uses the same crunch.conf as normal generation upgrade boot floppy to 1.44MB so that it fits Notes: svn path=/head/; revision=38062
* update the floppies directory to work betterJulian Elischer1997-07-223-11/+15
| | | | Notes: svn path=/head/; revision=27596
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-224-4/+4
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-144-4/+4
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* slight cleanup of the floppy building stuff to take into accountJulian Elischer1996-08-221-0/+1
| | | | | | | | | | | | | the new OBJdir system. quite a bit to go yet. cd /usr/src; make world cd release cd sysinstall;make obj; cd .. cd floppies; make obj; make Notes: svn path=/head/; revision=17770
* stand alone (kinda) floppy generation..Julian Elischer1996-05-215-0/+84
you still need tohave done a make world and have made 'sysinstall' this should not interfere with existing code as it's standalone. write_mfs_in_kernel.c is duplicated alsewhere.. one will go .. Notes: svn path=/head/; revision=15834