Commit Graph

87 Commits

Author SHA1 Message Date
David E. O'Brien 964a751c62 The Alpha MFSROOT image runth over.
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
2000-11-27 09:29:40 +00:00
David E. O'Brien aa4d4d3b16 Sync with sys/i386/conf/GENERIC rev 1.291.
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?)
2000-11-15 21:36:39 +00:00
Jordan K. Hubbard bed73a244f Don't put pcm device on boot floppies (yet - it would be kinda nice to be
able to play a little Joe Satriani during installs :-)
2000-11-14 01:15:02 +00:00
Tatsumi Hosokawa 03828f2e69 Moved if_de to mfsroot.flp (we've got 16KB free space in kern.flp) 2000-11-07 14:00:04 +00:00
Tatsumi Hosokawa 0a3cb3425f I forgot the driver configuration file for mfsroot.flp.
http://people.freebsd.org/~hosokawa/driver-floppy/ for details.

Reviewed by:	current@FreeBSD.org
2000-10-31 07:41:38 +00:00
Nick Hibma dcafb17498 Do not include uscanner in the generated kernel config. Also, remove
ugen, uhid, ulpt from small as well.

Suggested by:	obrien
2000-10-25 15:21:19 +00:00
David E. O'Brien 245824f1cf We were trying to dike out `apm0', but of course devices do not have
unit numbers in GENERIC any more.  So `apm' was acutally being compiled
in.
2000-10-24 19:08:40 +00:00
David E. O'Brien 127bc4f9e6 Dike out more for the i386 release build: NCR SCSI card; anchient WDC
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).
2000-10-24 18:48:16 +00:00
Jordan K. Hubbard 2b210391b8 Remove random from boot floppy on advice of Mark Murray 2000-10-17 22:16:15 +00:00
David E. O'Brien 7a6306f62f I don't think we'll ever take any input (or send output) to a
Diamond Rio 500 MP3 player during an installation.
2000-10-15 01:23:02 +00:00
David E. O'Brien 534b2c5c24 Move maxusers around to reduce the diff from RELENG_4 version. 2000-09-29 03:24:03 +00:00
David E. O'Brien d1299267ac MFS: do not include MSDSOFS support for the Alpha 2000-09-29 03:10:10 +00:00
Yoshihiro Takahashi 5ef724ac4a The 'pci' device is not needed for SMALL floppy, but the 'pcic' device is
needed.
2000-09-23 07:53:01 +00:00
KATO Takenori adfac46ed2 Added the pcn device into the list for SMALL kernel. 2000-09-23 06:20:59 +00:00
Yoshihiro Takahashi 7920b17f9a - Make both 1.2MB and 1.44MB floppy images for PC-98.
- Rename BIGBOOT to FDSIZE for the floppy image size.
2000-08-12 14:21:33 +00:00
David E. O'Brien 27ca7e5d20 * Add back DEVRANDOM for all arch's until we deal better with the
installation of random sensative packages.
* Remove the `ncr' driver in the Alpha case -- the `sym' driver works with
  every known Alpha.
2000-07-28 20:17:04 +00:00
David E. O'Brien 489fa7954a Add FreeBSD Id to make this easier to track. 2000-07-16 06:33:13 +00:00
David E. O'Brien b9cee99a1e Squeeze the BOOTMFS kernel image some more. The Alpha kernel was simply
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
2000-07-16 06:32:28 +00:00
Hajimu UMEMOTO 2931df8a40 IPv6 support.
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
2000-07-14 08:33:10 +00:00
Yoshihiro Takahashi 7ec62217f0 - Removed machine dependent directory and command from
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.
2000-06-29 13:34:54 +00:00
Brian Somers 12079633a3 Add options NETGRAPH_ETHER 2000-06-28 09:33:59 +00:00
Jordan K. Hubbard 816c1916cd Make sure SOFTUPDATES doesn't wind up on boot floppy and bloat it
up.
2000-06-22 05:55:42 +00:00
Peter Wemm 447b0b51f7 Hopefully wave the unbreak-release magic wand at dokern.sh. Use GENERIC's
hints strings with BOOTMFS.
2000-06-14 17:53:38 +00:00
Yoshihiro Takahashi a40915d750 - Remove obsolete PC-card boot.flp hack. It was for making both PC-card
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
2000-06-05 13:17:23 +00:00
Brian Feldman 8a1d9101f2 The best way to remove IPv6 things is to remove lines with the pattern
'IPv6', and it's not necessary to do it explicitly per entry.

Approved by:	jkh
2000-02-27 07:36:34 +00:00
Jordan K. Hubbard e60056b01e Elide INET6 related options for boot floppies. 2000-02-26 22:11:27 +00:00
Peter Wemm 906ce4ba52 s/pass0/pass/ so the passthrough device is removed from BOOTMFS. 2000-01-25 07:25:58 +00:00
Jordan K. Hubbard 1bab1f9fce kernel space savings allow reactivation of NFS installs. 2000-01-03 10:00:09 +00:00
Jordan K. Hubbard 5dee218bc4 Sacrifice, for now, NFS and NETGRAPH on the alpha boot floppy
so that we can get it back onto 1.44MB boot media again.  This
does not affect the i386 class build.
1999-12-25 07:22:10 +00:00
Brian Somers 2c11c6eb6b Add options NETGRAPH, NETGRAPH_PPPOE and NETGRAPH_SOCKET
to the release kernel.
1999-11-20 10:54:57 +00:00
Jordan K. Hubbard 3acffb677b Don't need to add bpf anymore. 1999-09-14 18:43:35 +00:00
Jordan K. Hubbard 5407cadad6 Bump maxusers in installation kernel down to something more low-memory
friendly.
1999-09-08 04:46:35 +00:00
Dag-Erling Smørgrav 6b5ca0d83e Rename bpfilter to bpf. 1999-07-06 19:23:32 +00:00
Tatsumi Hosokawa cc6c55a640 Removed unused boot_crunch.conf 1999-06-29 23:49:31 +00:00
Mark Murray 1a95b917f0 Add bits of PAO that are non-controversial.
Submitted by: Tatsumi HOSOKAWA
1999-06-17 19:04:56 +00:00
Jordan K. Hubbard 47b06c4f2f Various edits to shrink fixit and enable dhcp-client 1999-06-09 09:08:22 +00:00
Jordan K. Hubbard 80a75bddbb Add dhclient to mfsroot floppy - changes to sysinstall to follow. 1999-05-01 11:30:55 +00:00
Jordan K. Hubbard 829024ef22 MF3: SYSVMSG addition, fluff with release notes. 1999-02-14 20:14:58 +00:00
Jordan K. Hubbard 50156effd9 Don't strip out stuff from boot.flp now that it's twice the size. 1999-01-31 12:41:12 +00:00
Jordan K. Hubbard 3a2d4948bf Nuke pnp0 from boot.flp 1999-01-28 06:27:41 +00:00
Jordan K. Hubbard ccfcf93e53 1. Adjust fs sizes to get floppies back under control.
2. Viciously slash all CD support out of boot.flp.  It's basically just
   a net boot floppy now.
1999-01-26 15:14:11 +00:00
Jordan K. Hubbard b75895b4d0 NO_LKM is deprecated 1999-01-26 12:59:09 +00:00
Jordan K. Hubbard 5d2b50da3c swap support is actually pretty important; put it back
CVS: ----------------------------------------------------------------------
1999-01-22 19:11:37 +00:00
Jordan K. Hubbard 3f58aadfc4 More floppy size adjustments - I thought I'd already committed these, whoops! 1999-01-16 22:42:25 +00:00
Jordan K. Hubbard 872963ff95 Shuffle the exclusion list for boot.flp in an effort to get sizes
down again.
1998-12-06 21:58:50 +00:00
Jordan K. Hubbard 1da84da101 Simplify call to dokern.sh - now the no MFS case is the default. 1998-11-12 20:40:45 +00:00
Jordan K. Hubbard a1d0a42349 Boy, two typos in one day. Time to go back to bed. 1998-11-12 20:37:20 +00:00
Jordan K. Hubbard a5722078fa Elimintate gratuitous backslash 1998-11-12 20:12:52 +00:00
Jordan K. Hubbard 8aa83c6653 Add MATH_EMULATE back to kern.flp. Now at least the FPU-less have *some*
way to install 3.0.x.
1998-11-11 23:08:24 +00:00
Jordan K. Hubbard aeb41b899d We've overflowed boot.flp again. Go to a boot.flp which contains
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.
1998-11-11 08:46:54 +00:00