summaryrefslogtreecommitdiffstats
path: root/release/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Make trash removals less chatty.jkh1999-09-191-1/+2
|
* MF3: various small tweaks.jkh1999-09-171-3/+1
|
* Some minor cosmetics: make mkdir less chatty in the output and stop making /Rjkh1999-09-161-9/+10
| | | | magic.
* Make the fixit floppy 2.88MB as a temporary "solution" to get the nightlypeter1999-09-131-2/+2
| | | | snaps re-running. This is not a fix. (The alpha already does this)
* Allow flags to be passed to patch when using LOCAL_PATCHESjkh1999-09-071-1/+1
|
* Fix an old reference to the old docs directories. Looks likejkh1999-09-061-2/+7
| | | | | | this one went completely uncaught for months! Caught by: jack <jack@germanium.xtalwind.net>
* MFS: I found a few bogons here which were fixed in -stable (!) but notjkh1999-09-041-3/+3
| | | | -current.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Handle the new Makefile infrastructure in the doc/ repository.nik1999-08-261-3/+3
| | | | | | | | | | | | | Set ALLLANG to install all the languages, otherwise set DOC_LANG to just the languages (and encodings) you want to install. Default to building the html-split (lots of small HTML files, with links to go between them), html (one big honking HTML file), and plain text versions of the documentation. Does not compress any of the docs prior to doing the installation. Testing and feedback: Jack O'Neill <jack@germanium.xtalwind.net>, Cockups and typos: nik
* I was clearly smoking crack when I committed the change to allow forjkh1999-08-051-3/+15
| | | | | | | architecture-specific docs on the boot floppy and CDROM. Do it right this time. Noticed by: jhay
* Turn docs back on - ache was very quick.jkh1999-08-051-2/+2
|
* Turn docs off by default again - somebody has broken the docproj port.jkh1999-08-041-2/+2
|
* Add INSTALL.TXT back.jkh1999-07-311-2/+2
|
* Get bpf0 onto the MFS image.jkh1999-07-201-2/+2
|
* Another batch of fixes for dhcp support in sysinstall, now draggingjkh1999-07-191-2/+2
| | | | | | | | in some code from C. Stone to parse the lease information. This is still a WIP and this commit is largely intended to allow others to sync up; the dhclient code still only works when doing dhcp configuration post-install and requires a bit more work on the boot floppy before it will truly work in the minimal bootstrapping role.
* Miscellaneous fixes for dhcp client support.jkh1999-07-181-1/+3
|
* Added a short README to PC-card boot.flp directory.hosokawa1999-07-061-1/+2
| | | | (please check English grammer...:-) )
* Use #include <pccard_conf.h> instead of -DPCCARD.hosokawa1999-07-061-1/+1
| | | | Now we don't have to make clean before make boot.flp's.
* Exclude CHECKSUM.MD5 itself from CHECKSUM.MD5 in PC-card floppy directory.hosokawa1999-07-061-2/+2
|
* My last modification for PC-card boot.flp was incomplete, and one more patchhosokawa1999-07-051-1/+6
| | | | | | is needed. This seems a sort of quick-hack, but it's hard to fix it in proper way. I'll do it later.
* make release (actually, make floppies) makes PC-card boot.flp automatically.hosokawa1999-07-041-3/+14
|
* Add bits of PAO that are non-controversial.markm1999-06-171-8/+36
| | | | Submitted by: Tatsumi HOSOKAWA
* Don't put CVS files in ports. It's kinda useful for cvs updatingjkh1999-05-291-3/+3
| | | | | | | a ports tree which was installed initially with the system later, but this is probably not the general case (user CVSups the repository rather than the checked-out bits) and it's penalizing everyone else with excessive inode consumption.
* Use RELENG_3 as an example, not RELENG_2_2.brian1999-05-231-3/+3
|
* More crypto bogosity.phk1999-05-161-1/+3
| | | | (I just built a current snap-shot)
* 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
OpenPOWER on IntegriCloud