summaryrefslogtreecommitdiffstats
path: root/release/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud