summaryrefslogtreecommitdiffstats
path: root/release/alpha
Commit message (Collapse)AuthorAgeFilesLines
* + do not hard code where a port may be installed toobrien2001-08-201-3/+14
| | | | | | | | | + uses `mkisofs' rather than `mkhybrid' as the new mkisofs is the merger of the two + checks for `setcdboot's existsance and tries to pkg_add it if needed + removes English contraction Approved by: jkh
* Add scripts and Makefile support for building ISO images automaticallyjkh2001-07-231-0/+51
| | | | | | | as part of the release if MAKE_ISOS is set. Will also build the first CD with packages (in addition to the "minimal" CD) if CD_EXTRA_BITS points to them. This probably need a bit more work to get fully useful, but it at least covers the basics for now.
* Fix the install kernel on a 1.44MB floppy again.obrien2001-07-211-0/+13
| | | | | | | | | | | | | | I had to be aggressively Draconian to succeed. I diked out: + Multia, NoName, PC/EB 64, Aspen Alpine support. + SCSI tape support + AMI MegaRAID controller support + All parallel bus support (includes PLIP) + vx (3c590, 3c595), pcn (AMD Am79C97x PCI 10/100), sf (Adaptec AIC-6915), sis (SiS 900/SiS 7016), ste (Sundance ST201 (D-Link DFE-550TX)), wb (Winbond W89C840F) support. If the removal of any of this support causes heartburn, please let me know.
* Unconditionalize these now that they live in ARCH-specific directories.obrien2001-07-211-114/+0
|
* + Build with `lint' defined to cut out some of the `rcsid's (binaries' codeobrien2001-07-211-7/+6
| | | | | | | | | only, the libs will still have the `rcsid's in them). + mount_mfs is OBE. + The Alpha install does not support SLIP, PCCARD or USB installs; so we do not need the associated userland utils. + Do not need libipx as I have conditionally diked that functional out of ifconfig(8).
* mount_msdos(8) -> mount_msdosfs(8).ru2001-06-011-1/+1
|
* Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)obrien2001-04-151-0/+15
| | | | | | by default while SMPng is still being developed. Submitted by: jhb
* Apply rev 1.48 (only dike out the `ncr' driver, not every line with theobrien2001-04-151-1/+1
| | | | [sub]string "ncr" in it) to the Alpha also.
* *sigh*... when trying to dike out the `ncr' driver, I was getting the `sym'obrien2001-04-141-1/+1
| | | | | | driver too because it had "ncr" in its comment. Submitted by: joerg
* NOBLOCKRANDOM doesn't exist anymore as a kernel option.jhb2001-04-101-1/+0
|
* Add FreeBSD IDs to some files and make the others consistent in style.obrien2001-04-081-1/+2
|
* Reorder the Alpha cut-out list to match the order in the GENERIC kernel.obrien2001-04-071-17/+18
|
* Synch this with i386 version again. This fits nicely on alphas.ru2001-04-031-29/+14
| | | | Reviewed by: beast
* Cleanup: sort by directory/program, remove unused libraries.ru2001-04-031-16/+20
|
* Moved -DRELEASE_CRUNCH into crunchgen(1) config files.ru2001-03-312-0/+4
|
* Eliminate some things from the fixit crunch image so that it actuallyjkh2001-03-301-5/+5
| | | | builds again.
* Add tunefs to the mfsroot floppyjkh2001-03-101-0/+1
|
* SMALL floppy image require miibus device.nyan2001-03-061-1/+0
|
* Add fsck_4.2bsd to boot crunch target. This returns the ability tojkh2001-02-251-1/+1
| | | | actually fsck (and upgrade) a box from boot media again.
* Now that sysinstall lives in /usr/src/usr.sbin, we don't need to pull itjhb2001-01-171-1/+1
| | | | from /usr/src/release.
* The Alpha MFSROOT image runth over.obrien2000-11-271-0/+7
| | | | | | | | | | | | | | Dike out support for DEC3000/300* Pelic* and the DEC3000/[4-9]00 Flamingo/Sandpiper families, SLIP, lance Ethernet (especially since `le' based Alphas are diked out now too), POSIX P1003_1B real-time extentions, and last but not least "NOBLOCKRANDOM" since the random device is removed. This lets us fit [barely!]: Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted /dev/vnn0c 1407 1386 21 99% 6 24 20% /mnt *** Filesystem is 1440 K, 21 left *** 80000 bytes/inode, 24 left Created /R/stage/floppies/kern.flp
* Sync with sys/i386/conf/GENERIC rev 1.291.obrien2000-11-151-0/+3
| | | | | | Remove `pmtimer' from the MFSROOT kernel as `apm' is already removed. `pmtimer' also removed from the Alpha kernel incase it ever winds up there. (could it ever?)
* Don't put pcm device on boot floppies (yet - it would be kinda nice to bejkh2000-11-141-0/+3
| | | | able to play a little Joe Satriani during installs :-)
* 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.
OpenPOWER on IntegriCloud