summaryrefslogtreecommitdiffstats
path: root/release/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Another fixit improvement: add a lame script that pretends to bejoerg1996-12-081-1/+3
| | | | | | | tar(1), but actually uses cpio(1). Many people are getting confused about the lack of a tar on the fixit floppy, and simply don't know that cpio can basically handle tar format fine (or they simply don't know how to invoke cpio).
* Try to impreve DD mode.phk1996-11-271-5/+28
| | | | Try to make 4Mb floppies work again.
* Comment out the setting of PATH in /dev/MAKEDEV on the fixit floppy.joerg1996-11-161-3/+4
| | | | | | | | | It's entirely useless there. Observed by: andreas Make the pre-existance of /R/stage/dists/compat* non-fatal, so `make rerelease' won't fall over.
* Fix a bogon in my new release.10 target.jkh1996-11-151-4/+4
| | | | Submitted-By: John Hay <jhay@mikom.csir.co.za>
* Add a note, that vn driver has to be compiled into the kernel.andreas1996-11-141-1/+4
|
* I'm feeling charitable, so I'll save the bloatists some valuable wind:jkh1996-11-131-2/+13
| | | | | | | | | | | BLOAT! BLOAT! BLOAT! BLOAT! Yes, but where else to put these stinking compat distributions. I, for one, am bone tired of creating them by hand and then having everyone tell me I left something out/in. Now any commiter can adjust the list as necessary, and I forsee this as being so seldom necessary that I've simply committed the uuencoded tarballs - these are from the last SNAP, and nobody complained (for once) about that set.
* Bump BOOTMFSSIZE.jkh1996-11-121-2/+2
|
* Save some time.phk1996-11-121-2/+2
|
* Several improvements to the `fixit' configuration:joerg1996-11-091-5/+8
| | | | | | | | | | | . Don't gzip the crunched binary by now; it just fits, and execution is a lot faster this way (it's truly demand-paged again). . Add more(1), ft(8), protocols(5), a stripped down services(5). . Improve the .profile, and make sysinstall actually use it again. Still no go for a 4 MB configuration though. :-(
* Remove a mkdir in doTARBALL which, as far as I can tell, is not neededjkh1996-11-081-3/+3
| | | | for anything.
* Merge my vi hack^H^H^H^Hframework into HEAD, so the various revisionsjoerg1996-11-071-1/+5
| | | | | | | should be in sync again. It's an env variable only, hence it's harmless and ignored without the actual changes in vi's Makefile. Suggested by: jkh
* Make `make release' fail if crunchgen failed.joerg1996-11-031-2/+2
|
* `make release' was checking out the new source code into $CVSROOTjoerg1996-11-031-2/+2
| | | | which i figure is probably not what was intended. :-)
* Add cmd to prototype services file so rrestore can work.jkh1996-11-021-2/+3
| | | | Suggested-By: Andrew Heybey <ath@bellcore.com>
* Adjust the boot-time userconfig options to match reality.jkh1996-10-141-2/+1
|
* Ahem. It might be nice if I included /usr/src/contrib in with the otherjkh1996-10-101-2/+2
| | | | | src dists. This alone is a good reason to re-roll the SNAP before putting it on CD.
* OK, *now* the symbol file is being generated in the correct place.jkh1996-10-051-2/+8
|
* Multiple changes stacked as one commit since they all depend on one another.jkh1996-10-051-17/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First, change sysinstall and the Makefile rules to not build the kernel nlist directly into sysinstall now. Instead, spit it out as an ascii file in /stand and parse it from sysinstall later. This solves the chicken-n- egg problem of building sysinstall into the fsimage before BOOTMFS is built and can have its symbols extracted. Now we generate the symbol file in release.8. Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two effects: 1. Userconfig is always entered, rather than only after a -c (don't scream yet, it's not as bad as it sounds). 2. Userconfig reads a message string which can optionally be written just past the boot blocks. This string "preloads" the userconfig input buffer and is parsed as user input. If the first command is not "USERCONFIG", userconfig will treat this as an implied "quit" (which is why you don't need to scream - you never even know you went through userconfig and back out again if you don't specifically ask for it), otherwise it will read and execute the following commands until a "quit" is seen or the end is reached, in which case the normal userconfig command prompt will then be presented. How to create your own startup sequences, using any boot.flp image from the next snap forward (not yet, but soon): % dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO USERCONFIG irq ed0 10 iomem ed0 0xcc000 disable ed1 quit WAKKA_WAKKA_DOO Third, add an intro screen to UserConfig so that users aren't just thrown into this strange screen if userconfig is auto-launched. The default boot.flp startup sequence is now, in fact, this: USERCONFIG intro visual (Since visual never returns, we don't need a following "quit"). Submitted-By: phk & jkh
* Correct a misuse of the GENERIC kernel where I should have referencedjkh1996-10-051-2/+2
| | | | the BOOTMFS kernel instead.
* Fix bogon with kernel name.jkh1996-10-051-2/+2
|
* Syncronize my tree so Eric can access the latest code.jkh1996-10-041-22/+24
|
* When doing a rerelease, cvs update from within the source directory so wepst1996-09-261-3/+5
| | | | | | | | | pick up the old CVSROOT if we don't have the environment variable set. If /usr/src/release/install.cfg is present, put it out onto the root filesystem of the boot floppy. It may optionally be used to pre-configure sysinstall with custom values. (See next batch of commits).
* Fix a typo in phk's rawboot conversionpst1996-09-251-2/+2
|
* Use rawboot for boot floppies.phk1996-09-191-4/+3
|
* Turn off KTRACE on MFS boot floppy.pst1996-09-091-1/+2
|
* Add support for CVSROOT/INTCVSROOT as simple makefile variables.pst1996-09-071-3/+8
| | | | Reviewed by: jkh
* Don't stick CD distributions under dists/ directory.jkh1996-08-031-2/+3
|
* Add optional support for separate international CVS repositorypst1996-08-021-3/+11
|
* libgcc.so.261.0 is moving to the compat20 dist.markm1996-07-101-5/+1
| | | | OKed by: jkh
* Some release changes I've had to make in dealing with the floppy spacejkh1996-07-091-11/+8
| | | | crisis.
* Mergejkh1996-07-091-2/+2
|
* Bump value for MFSINODEjkh1996-07-051-2/+2
|
* Compress the doc files.jkh1996-07-051-3/+6
|
* Copy the documentation files up into the release area - I've been doingjkh1996-06-291-1/+9
| | | | this by hand all along. Silly.
* Correct minor syntactical error.jkh1996-06-261-2/+2
|
* Fix another obj-misusage bogon. This will all get revisited forjkh1996-06-261-2/+2
| | | | | 2.2-release (and this file beaten on with a crowbar, as it so richly deserves).
* Ok, NOW the install.sh scripts are installed correctly!jkh1996-06-131-2/+4
|
* Correct a small typo in the Makefile.jkh1996-06-131-2/+2
|
* Automatically add install.sh scripts to dists.jkh1996-06-121-1/+2
|
* Come up with a scheme for stamping the FreeBSD version number on CDs,jkh1996-06-111-1/+2
| | | | | | | allowing sysinstall to automagically detect, mount and select an appropriate FreeBSD CDROM as the installation media. Defining "appropriate" also requires that you check the version numbers since an older FreeBSD CD could be in the drive, which is the purpose of this patch.
* Finally get this back into shape following my incorporation of Garrett'sjkh1996-06-081-3/+4
| | | | enhancements.
* Various fixes, take power.uu out as it was causing overflows. We'lljkh1996-06-071-10/+4
| | | | | need to fetch it dynamically rather than keep it in the source tree (subject of a follow-up commit).
* Allow user to selectively redo any given part of the release in `rerelease'.jkh1996-06-061-22/+38
| | | | | | Create smaller BOOTMFS kernel with more sane sed command rather than fgrep/sed Make it possible to generate multiple kernels with the KERNELS variable. Add mtree generated distribution signatures to dists.
* Put .inf files directly into distributions so that sysinstall can find them.jkh1996-05-291-10/+4
|
* Sha-ZAM!jkh1996-05-291-37/+11
| | | | | The root floppy is now gone. I shall not mourn its passing. Everything we need is on boot.flp or the bindist.
* Simply comment-out BUILDNAME and CHROOTDIR - they should be set at the time ofjkh1996-05-161-3/+3
| | | | make's invocation.
* Yow! /dev/wcd0c got omitted from the boot.flp somehow. Guess that explainsjkh1996-05-021-2/+2
| | | | | why ATAPI CDROMs were broken in the last (and this!) SNAPSHOT.. :-( Oh well, next SNAP I guess.
* Might as well be factual. Sigh!jkh1996-05-011-2/+2
|
* Face the truth and bump the 2.2-960428-SNAP to 2.2-960430; that's thejkh1996-04-291-2/+2
| | | | last bump, I promise!
* Add an extra line to the floppies target which will make it refreshjkh1996-04-291-1/+2
| | | | the distribution area's floppy images.
OpenPOWER on IntegriCloud