summaryrefslogtreecommitdiffstats
path: root/release/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* INSTALL.TXT is gone in -current (despite what Jordan says :-)phk1999-05-161-4/+4
| | | | kerberisIV requires crypto as well.
* cp ${KERNEL} instead of cp kernelphk1999-05-151-2/+2
|
* target is ${KERNEL}, not kernel.jkh1999-05-151-2/+2
| | | | Noticed by: "John W. DeBoskey" <jwd@unx.sas.com>
* fix stupid typo.jkh1999-05-131-2/+2
|
* Support divergent docs for different architectures.jkh1999-05-121-2/+2
|
* Turn on compat22 dist.obrien1999-05-091-2/+2
|
* Install boot.config with `-P' in it in the i386 boot floppy.max1999-05-021-2/+5
| | | | | | Also, let the bigboot floppy to have /boot/loader.rc with echo \007\007 autoboot 10
* pppd/Makefile:jdp1999-04-291-2/+2
| | | | | | | | | Enable MS-CHAP support. release/Makefile: Build a separate NOCRYPT version of pppd, to keep This Great Nation's top-secret cryptographic tools out of the filthy hands of those evil furriners.
* echo ^G^G -> echo \007\007 in loader.rc in kern.flp.max1999-04-271-3/+3
|
* Change the loader.rc in the boot floppy to:max1999-04-251-2/+4
| | | | | | | | | | | 1. Enable use of serial console for installation by using autoboot instead of boot. 2. Beep when the mfs root floppy needs to be placed in the fdd. 3. Beep again when mfs root image is loaded and the loader waits for ten seconds before it starts booting for any input. (Serial console users can say " boot -h" here.)
* Add the compat3x dist.obrien1999-04-201-2/+2
|
* Make release would fail for lack of /etc/resolv.conf or $DISTFILES/sada1999-03-311-3/+7
| | | | | PR: misc/9913 Submitted by: YAMAMOTO Shigeru <shigeru@bremen.or.jp>
* If ALLLANG is not set then ensure that DOC_LANG=en is, so thatnik1999-03-271-1/+3
| | | | the English Handbook is built (it's not built by default any more).
* Bitrot. Remove objlink as it is not pleasant to be downwind.markm1999-03-141-2/+1
| | | | | PR: 8071 Reviewed by: Sheldon Hearn <sheldonh@iafrica.com>
* We don't use this anymore - nuke it.jkh1999-03-101-6/+2
|
* 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
|
OpenPOWER on IntegriCloud