summaryrefslogtreecommitdiffstats
path: root/release/alpha
Commit message (Collapse)AuthorAgeFilesLines
* Do not include uscanner in the generated kernel config. Also, removen_hibma2000-10-251-0/+6
| | | | | | ugen, uhid, ulpt from small as well. Suggested by: obrien
* We were trying to dike out `apm0', but of course devices do not haveobrien2000-10-241-3/+3
| | | | | unit numbers in GENERIC any more. So `apm' was acutally being compiled in.
* Dike out more for the i386 release build: NCR SCSI card; anchient WDCobrien2000-10-241-0/+7
| | | | | | | | | | SCSI card (should it ever find its way into GENERIC); LPT (we don't need to print during install time); the parallel 'geek' port; generic USB driver (thus some attached USB devices will not be detected and thus the user may wonder what is going on, we couldn't do anything with the device if only ugen attached to it anyway and we are getting very, very low on available space; USB "Human Interface Devices" as we don't do anything with them during installation; and USB printers (same argument as LPT).
* Remove random from boot floppy on advice of Mark Murrayjkh2000-10-171-0/+3
|
* I don't think we'll ever take any input (or send output) to aobrien2000-10-151-0/+3
| | | | Diamond Rio 500 MP3 player during an installation.
* Move maxusers around to reduce the diff from RELENG_4 version.obrien2000-09-291-3/+3
|
* MFS: do not include MSDSOFS support for the Alphaobrien2000-09-291-0/+1
|
* The 'pci' device is not needed for SMALL floppy, but the 'pcic' device isnyan2000-09-231-1/+1
| | | | needed.
* Added the pcn device into the list for SMALL kernel.kato2000-09-231-0/+1
|
* - Make both 1.2MB and 1.44MB floppy images for PC-98.nyan2000-08-121-0/+52
| | | | - Rename BIGBOOT to FDSIZE for the floppy image size.
* * Add back DEVRANDOM for all arch's until we deal better with theobrien2000-07-281-2/+1
| | | | | | installation of random sensative packages. * Remove the `ncr' driver in the Alpha case -- the `sym' driver works with every known Alpha.
* Add FreeBSD Id to make this easier to track.obrien2000-07-161-0/+2
|
* 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-3/+2
| | | | | | | | 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-052-1/+23
| | | | | | | | | | | | | | 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
* Remove less from fixit.flp until the space issues are resolved.jwd2000-06-011-2/+1
| | | | Approved by: jkh
* With the removal of more, update the fixit floppy to containjwd2000-05-311-1/+2
| | | | | | less (and symlink more to less). Approved by: 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
|
* Temporarily remove ping from the fixit image (until IPv6 disruptions arejkh2000-01-071-1/+1
| | | | over).
* 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.
* Step #2 of fixing the fixit floppy.joerg1999-12-141-6/+3
| | | | | | | | | | | | | | | | | | | | | Kill duplicates for programs that have been in the boot crunched image as well as on the fixit floppy (pwd, newfs, hostname, test). Our space is really too valuable to have them around there twice. I doubt pwd needs to be there at all since it's a builtin into sh(1) anyway (oh, and the same applies to test(1) IIRC), but heck, leave them by now. Use the new `fixit' target in MAKEDEV to create the /dev nodes on the floppy, instead of including the kitchensink... Finally, tune the values used for creating the floppy. I currently end up with Filesystem 1K-blocks Used Avail Capacity iused ifree %iused /dev/vnn0c 1363 1301 -47 104% 368 14 96% ...which is not quite ideal yet, but at least a working configuration again.
* 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
|
* Brutally rip more stuff out of the fixit image so that we can startjkh1999-09-141-4/+3
| | | | build 4.0-stapshots again. It's still overflowing. :(
* Remove duplicated bits from boot floppy (where they're already available) injkh1999-09-091-3/+3
| | | | an effort to get this back down to size.
* Bump maxusers in installation kernel down to something more low-memoryjkh1999-09-081-0/+4
| | | | friendly.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* 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-092-3/+6
|
* 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
|
OpenPOWER on IntegriCloud