summaryrefslogtreecommitdiffstats
path: root/release/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Ignore errors from chflags. This makes it possible to make installworlddes1999-02-141-2/+2
| | | | with DESTDIR set to an NFS-mounted file system.
* Install the correct rc.conf file.jkh1999-02-101-2/+2
|
* The loader doesn't use '@' to suppress command lines anymore.msmith1999-02-101-6/+6
|
* BASE=4.0jkh1999-02-061-3/+3
|
* Bump MFS up to 2.88MB. Now there's room for quite a bit more stuffjkh1999-02-051-5/+3
| | | | (like a dhcp client?).
* Whoops, don't break the alpha release build in copying the bootjkh1999-02-011-2/+2
| | | | images - be smarter about it.
* Well, we've blown out boot.flp again. Time to go to 2.88MB formatjkh1999-01-311-9/+11
| | | | | | | | for those folks with large floppy drives, LS-120s or CDROMs. Everyone else will now have to use kern.flp & mfsroot.flp to install from. We've held this off as long as possible and there's just no more fat to trim. :( I'll look at increasing the mfsroot size too later, depending on how well it compresses.
* Be more selective about installing things from /boot; no tellingjkh1999-01-311-4/+2
| | | | what might wind up there in the future to overflow us again.
* 1. Install /boot/loader correctly on boot.flpjkh1999-01-301-3/+3
| | | | 2. Back up old rc.conf.site if it exists.
* More support for Alpha installs.jkh1999-01-291-4/+14
| | | | Submitted by: dfr
* OK, now the boot floppies work again. Also collapse some commonjkh1999-01-261-22/+5
| | | | build cases.
* Play with MFS size a little.jkh1999-01-251-2/+3
|
* Set JADETEX=no on ports build line.jkh1999-01-201-2/+2
| | | | Prompted by: nik
* More floppy size adjustments - I thought I'd already committed these, whoops!jkh1999-01-161-2/+2
|
* (Fix null log in previous commit).abial1999-01-141-1/+2
| | | | | | | Change /boot/boot.conf to /boot/loader.rc - this name reflects what it really is. Agreed upon by: jkh, msmith and many others
* *** empty log message ***abial1999-01-131-6/+6
|
* Allow chflags(1) to fail inside the chroot environment for /R. Thisjoerg1999-01-121-3/+3
| | | | can happen iff ${CHROOTDIR} is NFS-mounted.
* Try some new floppy sizes.jkh1999-01-111-12/+6
|
* No longer install obsolete boot.help file.rnordier1999-01-101-8/+1
|
* Really delete the netboot image off the alpha floppy. I think Jordangpalmer1999-01-091-2/+2
| | | | got his paths confused :)
* Adios, kzip - you don't work on ELF kernels.jkh1999-01-091-10/+1
|
* Copy only the boot1 and boot2 (if exists) files into mfs/boot sincejkh1999-01-081-2/+3
| | | | we don't need the others there.
* DTRT with gzip'd alpha kernels.jkh1999-01-081-2/+9
| | | | Submitted by: dfr
* copy resolv.conf to chroot area.jkh1999-01-061-1/+2
|
* Remove some remaining references to LKM's. Snaps were trying to unpackpeter1999-01-061-7/+1
| | | | slkm* etc, among other things.
* Whoops, missed an instance of the old image naming.jkh1999-01-051-2/+2
|
* Remove legacy boot.config file.jkh1999-01-051-2/+1
|
* Hammer on the boot floppy generation bits some more. This is lookingjkh1999-01-051-78/+85
| | | | a little better.
* Fix bogon in docfile placement.jkh1999-01-051-3/+2
|
* Conditionalize make world in release.jkh1999-01-051-16/+8
|
* Do some serious beating on the floppy generation code to try andjkh1999-01-051-44/+34
| | | | | simplify it, name things more descriptively and get the kernel back on boot.flp where it should be.
* Clean up some more residual /usr/mdec references. I left all thejkh1999-01-031-11/+3
| | | | | extra rbootd/boot rom cruft pointing at /usr/mdec since it either doesn't exist or doesn't work anyway, so who cares? :)
* gzip the kern.flp kernel, don't kzip it.jkh1998-12-291-2/+6
|
* Turn off NODOC again; apparently this problem was fixed.jkh1998-12-241-2/+2
|
* Turn NODOCS on for now.jkh1998-12-241-2/+2
|
* Just fetch distfiles from a single location. The change to textproc/docprojjkh1998-12-211-5/+4
| | | | broke my fetch heuristic anyway.
* Now that textproc/docproj works properly, use it instead of the longjkh1998-12-181-4/+3
| | | | list of ports.
* Don't create unpacked ports on disc2 anymore.jkh1998-12-091-6/+4
|
* DOH! Name the mfsroot contents properly.jkh1998-12-081-4/+4
| | | | Noticed by: "Sean O'Connell" <sean@stat.Duke.EDU>
* Put mfsroot.gz on yet another filesystem so that the boot blocksjkh1998-12-061-6/+10
| | | | | can really read it. Hmm. I have no idea *how* this worked in our earlier tests on the x86. :)
* Now that John has kindly repo-moved these files, nuke the originaljkh1998-12-061-7/+7
| | | | copies and update the Makefile.
* Finally eliminate evil version.h smashing in sysinstall. sysinstalljkh1998-11-241-6/+2
| | | | gets the initial release information from sysctl.
* Simplify call to dokern.sh - now the no MFS case is the default.jkh1998-11-121-2/+2
|
* We've overflowed boot.flp again. Go to a boot.flp which containsjkh1998-11-111-18/+2
| | | | | | a bit less legacy hardware support, that all still remaining a supported option with kern.flp (and a two-floppy install). This will be documented in the release notes, I promise.
* Whoops, properly compress doc files again.jkh1998-11-081-2/+2
|
* TEST -> testjkh1998-11-061-2/+2
|
* Alpha loader lives in /boot now; no need for a special hack.jkh1998-11-061-5/+1
|
* USERCONFIG_BOOT -> INTRO_USERCONFIGmsmith1998-11-031-2/+2
|
* Copy appropriate docs into help/ directory of boot floppy.jkh1998-11-031-2/+4
|
* Use the new doc locations.jkh1998-11-031-22/+7
|
OpenPOWER on IntegriCloud