Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add fsck_4.2bsd to boot crunch target. This returns the ability to | jkh | 2001-02-25 | 1 | -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 it | jhb | 2001-01-17 | 1 | -1/+1 |
| | | | | from /usr/src/release. | ||||
* | The Alpha MFSROOT image runth over. | obrien | 2000-11-27 | 1 | -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. | obrien | 2000-11-15 | 1 | -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 be | jkh | 2000-11-14 | 1 | -0/+3 |
| | | | | able to play a little Joe Satriani during installs :-) | ||||
* | Do not include uscanner in the generated kernel config. Also, remove | n_hibma | 2000-10-25 | 1 | -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 have | obrien | 2000-10-24 | 1 | -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 WDC | obrien | 2000-10-24 | 1 | -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 Murray | jkh | 2000-10-17 | 1 | -0/+3 |
| | |||||
* | I don't think we'll ever take any input (or send output) to a | obrien | 2000-10-15 | 1 | -0/+3 |
| | | | | Diamond Rio 500 MP3 player during an installation. | ||||
* | Move maxusers around to reduce the diff from RELENG_4 version. | obrien | 2000-09-29 | 1 | -3/+3 |
| | |||||
* | MFS: do not include MSDSOFS support for the Alpha | obrien | 2000-09-29 | 1 | -0/+1 |
| | |||||
* | The 'pci' device is not needed for SMALL floppy, but the 'pcic' device is | nyan | 2000-09-23 | 1 | -1/+1 |
| | | | | needed. | ||||
* | Added the pcn device into the list for SMALL kernel. | kato | 2000-09-23 | 1 | -0/+1 |
| | |||||
* | - Make both 1.2MB and 1.44MB floppy images for PC-98. | nyan | 2000-08-12 | 1 | -0/+52 |
| | | | | - Rename BIGBOOT to FDSIZE for the floppy image size. | ||||
* | * Add back DEVRANDOM for all arch's until we deal better with the | obrien | 2000-07-28 | 1 | -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. | obrien | 2000-07-16 | 1 | -0/+2 |
| | |||||
* | Squeeze the BOOTMFS kernel image some more. The Alpha kernel was simply | obrien | 2000-07-16 | 1 | -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. | ume | 2000-07-14 | 2 | -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 from | nyan | 2000-06-29 | 2 | -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_ETHER | brian | 2000-06-28 | 1 | -0/+1 |
| | |||||
* | Make sure SOFTUPDATES doesn't wind up on boot floppy and bloat it | jkh | 2000-06-22 | 1 | -0/+2 |
| | | | | up. | ||||
* | Hopefully wave the unbreak-release magic wand at dokern.sh. Use GENERIC's | peter | 2000-06-14 | 1 | -2/+2 |
| | | | | hints strings with BOOTMFS. | ||||
* | - Remove obsolete PC-card boot.flp hack. It was for making both PC-card | nyan | 2000-06-05 | 1 | -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 pattern | green | 2000-02-27 | 1 | -6/+2 |
| | | | | | | 'IPv6', and it's not necessary to do it explicitly per entry. Approved by: jkh | ||||
* | Elide INET6 related options for boot floppies. | jkh | 2000-02-26 | 1 | -0/+6 |
| | |||||
* | s/pass0/pass/ so the passthrough device is removed from BOOTMFS. | peter | 2000-01-25 | 1 | -2/+2 |
| | |||||
* | kernel space savings allow reactivation of NFS installs. | jkh | 2000-01-03 | 1 | -1/+0 |
| | |||||
* | Sacrifice, for now, NFS and NETGRAPH on the alpha boot floppy | jkh | 1999-12-25 | 1 | -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_SOCKET | brian | 1999-11-20 | 1 | -0/+3 |
| | | | | to the release kernel. | ||||
* | Don't need to add bpf anymore. | jkh | 1999-09-14 | 1 | -3/+0 |
| | |||||
* | Bump maxusers in installation kernel down to something more low-memory | jkh | 1999-09-08 | 1 | -0/+4 |
| | | | | friendly. | ||||
* | Rename bpfilter to bpf. | des | 1999-07-06 | 1 | -1/+1 |
| | |||||
* | Removed unused boot_crunch.conf | hosokawa | 1999-06-29 | 1 | -0/+0 |
| | |||||
* | Add bits of PAO that are non-controversial. | markm | 1999-06-17 | 1 | -17/+0 |
| | | | | Submitted by: Tatsumi HOSOKAWA | ||||
* | Various edits to shrink fixit and enable dhcp-client | jkh | 1999-06-09 | 1 | -0/+3 |
| | |||||
* | Add dhclient to mfsroot floppy - changes to sysinstall to follow. | jkh | 1999-05-01 | 1 | -1/+2 |
| | |||||
* | MF3: SYSVMSG addition, fluff with release notes. | jkh | 1999-02-14 | 1 | -0/+1 |
| | |||||
* | Don't strip out stuff from boot.flp now that it's twice the size. | jkh | 1999-01-31 | 1 | -51/+9 |
| | |||||
* | Nuke pnp0 from boot.flp | jkh | 1999-01-28 | 1 | -0/+1 |
| | |||||
* | 1. Adjust fs sizes to get floppies back under control. | jkh | 1999-01-26 | 1 | -4/+13 |
| | | | | | 2. Viciously slash all CD support out of boot.flp. It's basically just a net boot floppy now. | ||||
* | NO_LKM is deprecated | jkh | 1999-01-26 | 1 | -1/+0 |
| | |||||
* | swap support is actually pretty important; put it back | jkh | 1999-01-22 | 1 | -1/+0 |
| | | | | CVS: ---------------------------------------------------------------------- | ||||
* | More floppy size adjustments - I thought I'd already committed these, whoops! | jkh | 1999-01-16 | 1 | -0/+2 |
| | |||||
* | Shuffle the exclusion list for boot.flp in an effort to get sizes | jkh | 1998-12-06 | 1 | -3/+2 |
| | | | | down again. | ||||
* | Simplify call to dokern.sh - now the no MFS case is the default. | jkh | 1998-11-12 | 1 | -6/+6 |
| | |||||
* | Boy, two typos in one day. Time to go back to bed. | jkh | 1998-11-12 | 1 | -1/+1 |
| | |||||
* | Elimintate gratuitous backslash | jkh | 1998-11-12 | 1 | -1/+1 |
| | |||||
* | Add MATH_EMULATE back to kern.flp. Now at least the FPU-less have *some* | jkh | 1998-11-11 | 1 | -1/+0 |
| | | | | way to install 3.0.x. | ||||
* | We've overflowed boot.flp again. Go to a boot.flp which contains | jkh | 1998-11-11 | 1 | -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. |