summaryrefslogtreecommitdiffstats
path: root/release/pc98
Commit message (Collapse)AuthorAgeFilesLines
...
* Squeeze the BOOTMFS kernel image some more. The Alpha kernel was simplyobrien2000-07-161-0/+23
| | | | | | | | over flowing its britches. So remove all ppbus bits except those for PLIP (untested), and all USB bits as SRM does not know what USB is. Also remove /dev/random as I don't think we need it just for whacking bits onto a disk. Approved by: JKH
* IPv6 support.ume2000-07-142-2/+5
| | | | | | | | | | | IPv6 configuration is only done by rtsol. Does someone really need manual configuration? :-) You can specify IPv6 DNS server as well. We have only one server ftp7.jp.freebsd.org that speaks IPv6 in this time. ftp7.jp speaks IPv4 as well and also listed as Japan #7. Approved by: jkh
* - Removed machine dependent directory and command fromnyan2000-06-292-1/+39
| | | | | | | | src/release/{boot,fixit}_crunch.conf. - Added machine specific fixit_crunch.conf for PC/AT and PC-98 to src/release/$MACHINE. - Use config file in src/release/$MACHINE if exist. If it does not exist, use in src/release.
* Add options NETGRAPH_ETHERbrian2000-06-281-0/+1
|
* Make sure SOFTUPDATES doesn't wind up on boot floppy and bloat itjkh2000-06-221-0/+2
| | | | up.
* Hopefully wave the unbreak-release magic wand at dokern.sh. Use GENERIC'speter2000-06-141-2/+2
| | | | hints strings with BOOTMFS.
* - Remove obsolete PC-card boot.flp hack. It was for making both PC-cardnyan2000-06-051-0/+22
| | | | | | | | | | | | | | boot.flp and plain boot.flp. - Clean up crunchgen related routine. - Add PC-98 support. TODO: o Documentation o Fix some messages for PC-98 o Decrease the size of fixit.flp to 1.2MB o I18N (See: http://www.jp.FreeBSD.org/BootAsia/index.html) No response from jkh
* The best way to remove IPv6 things is to remove lines with the patterngreen2000-02-271-6/+2
| | | | | | 'IPv6', and it's not necessary to do it explicitly per entry. Approved by: jkh
* Elide INET6 related options for boot floppies.jkh2000-02-261-0/+6
|
* s/pass0/pass/ so the passthrough device is removed from BOOTMFS.peter2000-01-251-2/+2
|
* kernel space savings allow reactivation of NFS installs.jkh2000-01-031-1/+0
|
* Sacrifice, for now, NFS and NETGRAPH on the alpha boot floppyjkh1999-12-251-3/+26
| | | | | so that we can get it back onto 1.44MB boot media again. This does not affect the i386 class build.
* Add options NETGRAPH, NETGRAPH_PPPOE and NETGRAPH_SOCKETbrian1999-11-201-0/+3
| | | | to the release kernel.
* Don't need to add bpf anymore.jkh1999-09-141-3/+0
|
* Bump maxusers in installation kernel down to something more low-memoryjkh1999-09-081-0/+4
| | | | friendly.
* Rename bpfilter to bpf.des1999-07-061-1/+1
|
* Removed unused boot_crunch.confhosokawa1999-06-291-0/+0
|
* Add bits of PAO that are non-controversial.markm1999-06-171-17/+0
| | | | Submitted by: Tatsumi HOSOKAWA
* Various edits to shrink fixit and enable dhcp-clientjkh1999-06-091-0/+3
|
* Add dhclient to mfsroot floppy - changes to sysinstall to follow.jkh1999-05-011-1/+2
|
* MF3: SYSVMSG addition, fluff with release notes.jkh1999-02-141-0/+1
|
* Don't strip out stuff from boot.flp now that it's twice the size.jkh1999-01-311-51/+9
|
* Nuke pnp0 from boot.flpjkh1999-01-281-0/+1
|
* 1. Adjust fs sizes to get floppies back under control.jkh1999-01-261-4/+13
| | | | | 2. Viciously slash all CD support out of boot.flp. It's basically just a net boot floppy now.
* NO_LKM is deprecatedjkh1999-01-261-1/+0
|
* swap support is actually pretty important; put it backjkh1999-01-221-1/+0
| | | | CVS: ----------------------------------------------------------------------
* More floppy size adjustments - I thought I'd already committed these, whoops!jkh1999-01-161-0/+2
|
* Shuffle the exclusion list for boot.flp in an effort to get sizesjkh1998-12-061-3/+2
| | | | down again.
* Simplify call to dokern.sh - now the no MFS case is the default.jkh1998-11-121-6/+6
|
* Boy, two typos in one day. Time to go back to bed.jkh1998-11-121-1/+1
|
* Elimintate gratuitous backslashjkh1998-11-121-1/+1
|
* Add MATH_EMULATE back to kern.flp. Now at least the FPU-less have *some*jkh1998-11-111-1/+0
| | | | way to install 3.0.x.
* We've overflowed boot.flp again. Go to a boot.flp which containsjkh1998-11-111-0/+49
| | | | | | 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.
* Try #2 with minigzip. Now that John Hay has made it behave more properlyjkh1998-09-291-4/+5
| | | | like gzip, we should be able to use it here.
* Remove support for floppy tape installs. I'm sorry, we're outtajkh1998-09-261-2/+2
| | | | | space, and it's either this or the DOS installs. I think that the DOS installs are somehow more important. :)
* Revert my change to use minigzip. Apparently, this thing is too "mini"jkh1998-09-221-5/+4
| | | | | | | to actually work in this application. Urk. This probably explains the problems people have been having with installing -snap. My bad. Will fix and upload a new beta snap to ftp.freebsd.org. Noted by: jhay
* Try using minigzip instead of gzip; can't hurt!jkh1998-09-191-4/+5
|
* Remove the necessity of -ldes and -lalias etc from release/Makefile.brian1998-01-171-3/+3
| | | | | | | | | | When building a release, RELEASE_CRUNCH is defined for a `make' of the objects required by the crunch of each program. The object list is still obtained in the same way, so you must make sure that all objects are built (empty if necessary) by this make. ppp/Makefile provides an example. Reviewed by: jkh
* Sigh - add libz to libs. Brian just keeps adding stuff to ppp. :)jkh1997-12-041-2/+2
|
* There appears to be no way around linking with DES for thejkh1997-09-301-2/+2
| | | | | | | moment - the compile-time options are useless since the object files are being used from ppp to build the crunched image, and the ppp objects include DES at this stage since they were last built that way to make the secure distribution. Hmmmm!
* Remove -ldes again; Brian's latest fix should deal with it.jkh1997-09-281-2/+2
|
* Add (ick) -ldes to the boot floppy so that ppp can link again.jkh1997-09-271-2/+2
| | | | | Not sure what this does to exportability but it's probably not good.
* Add -lalias for ppp now.jkh1997-05-241-2/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Whoops, add -lftpiojkh1996-12-111-2/+2
|
* Add -lcrypt for new ppp changes.jkh1996-10-071-2/+2
|
* ppp now requires -lmdphk1996-02-081-2/+2
|
* Sheesh. I've added -lipx to the wrong crunch config file.joerg1996-01-031-2/+2
| | | | While i've been here, added the ``-s labels'' flag to vnconfig.
* Update the -current sources from the 2.1 branch.peter1995-12-071-2/+2
| | | | Approved (in spirit) by: jkh
OpenPOWER on IntegriCloud