Commit Graph

180 Commits

Author SHA1 Message Date
hosokawa
f306aafb4e Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp.
http://people.freebsd.org/~hosokawa/driver-floppy/ for details.

Reviewed by:	current@FreeBSD.org
2000-10-31 07:39:07 +00:00
n_hibma
3be31f18f6 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
obrien
e5522003ac 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
obrien
f8e0d713b0 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
jkh
771d6e6872 Remove random from boot floppy on advice of Mark Murray 2000-10-17 22:16:15 +00:00
obrien
d95c340111 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
obrien
b3729bc6cf Move maxusers around to reduce the diff from RELENG_4 version. 2000-09-29 03:24:03 +00:00
obrien
14735c7fe4 MFS: do not include MSDSOFS support for the Alpha 2000-09-29 03:10:10 +00:00
nyan
21c6f0caf4 The 'pci' device is not needed for SMALL floppy, but the 'pcic' device is
needed.
2000-09-23 07:53:01 +00:00
kato
838bb46849 Added the pcn device into the list for SMALL kernel. 2000-09-23 06:20:59 +00:00
nyan
8d66f63857 - 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
obrien
77af33443d * 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
jhb
eef73e3576 Since the XFree86 port builds and installs some extras not found in the
3.3.6 base distribution, some of the packing lists needed hacking so that
they would pack up everything in the right place.  As a result, go ahead and
just add a directory for the packing lists.  These are the i386 packing lists.
2000-07-26 01:39:22 +00:00
jhb
c2510a7022 This script uses the other scripts in this directory to build XFree86
3.3.6 in a work directory and package it up into a set of tarballs that
can be used in a release.
2000-07-26 01:37:23 +00:00
jhb
eeae76a3af This script takes the packing lists we generated earlier and generates the
corresponding tarball from it.  It uses the packing list name to determine
the tarball name.  If the tarball name ends in 'gz', it will be gzipped, if
it ends in 'bz', it will be bzip2'd.
2000-07-26 01:36:22 +00:00
jhb
ec698a087f This script uses the XFree86 and XFree86-contrib ports to build and install
XFree86 3.3.6 into a scratch directory.  The patch file patches the XFree86
port to not ask any questions and to actually be able to install some things
like the i810 server link kit bits.  If you want XF86Setup to build, you
should have tk80 (not tk82) installed.  If you want to XF86Setup_jp to build
you need to have ja-tk80 installed.
2000-07-26 01:31:47 +00:00
jhb
43084421ff This script uses an existing set of XFree86 distribution tarballs to
generate a packing list for each tarball.  We can later use these
packing lists to roll our own tarballs.
2000-07-26 01:27:24 +00:00
obrien
d1291be0a6 Add FreeBSD Id to make this easier to track. 2000-07-16 06:33:13 +00:00
obrien
4169fd4bfc 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
ume
a1a3fef805 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
phk
8c1a1cbca7 We don't do blockdevices any more.
XXX: should use /dev/MAKEDEV
2000-07-08 07:46:01 +00:00
brian
ec9bb4105d Add options NETGRAPH_ETHER 2000-06-28 09:33:59 +00:00
jkh
45de07c061 Make sure SOFTUPDATES doesn't wind up on boot floppy and bloat it
up.
2000-06-22 05:55:42 +00:00
peter
9d901a56fe 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
jwd
e2826106ed Add 'tools' to the list of tarballs to be extracted when 'all' is
specified as the distribution.

PR:		18927
Submitted by:	Stephen J. Roznowski <sjr@home.net>
2000-06-13 03:05:56 +00:00
joerg
d9a08b6e3e Minor nit: this tar(1) replacement still used /dev/rst0 as its default
device.
2000-05-19 16:02:54 +00:00
jkh
5e6ed76a33 Adapt to the crypto distribution. 2000-03-21 19:13:31 +00:00
green
982e2e0f8a 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
jkh
dc0ace7507 Elide INET6 related options for boot floppies. 2000-02-26 22:11:27 +00:00
peter
ba08a2e5a5 s/pass0/pass/ so the passthrough device is removed from BOOTMFS. 2000-01-25 07:25:58 +00:00
jkh
d0cc661b5d kernel space savings allow reactivation of NFS installs. 2000-01-03 10:00:09 +00:00
jkh
7289e9ecee 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
jkh
ee944c860b don't mknod stuff without making sure it's not there first. 1999-12-16 00:51:38 +00:00
phk
d0ce3bcaf6 Make it possible to make release on archaic kernels. 1999-11-27 18:48:10 +00:00
brian
3c4d9edbf9 Add options NETGRAPH, NETGRAPH_PPPOE and NETGRAPH_SOCKET
to the release kernel.
1999-11-20 10:54:57 +00:00
markm
1058e09c7e Correct the Crypto dist's name in a string.
Get the KerberosIV dist from the correct files.
1999-10-10 07:13:33 +00:00
jkh
5c70f9812a Don't need to add bpf anymore. 1999-09-14 18:43:35 +00:00
jkh
9b2f12be60 Preserve permissions through tar pipelines. 1999-09-11 06:11:52 +00:00
jkh
6536511dbb Bump maxusers in installation kernel down to something more low-memory
friendly.
1999-09-08 04:46:35 +00:00
peter
b6784c4210 $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
jkoshy
1f8b3a58d7 Link libcrypt_p.a to the DES profiled library, if this library is present.
PR:		misc/7759
Submitted by:	Carl Mascott <cmascott@world.std.com>
Reviewed by:	jkh
1999-08-19 06:36:24 +00:00
des
284ed27f44 Rename bpfilter to bpf. 1999-07-06 19:23:32 +00:00
jkh
8875f5d9a4 Various edits to shrink fixit and enable dhcp-client 1999-06-09 09:08:22 +00:00
obrien
494c8b8ee7 MFS. 1999-05-10 00:54:18 +00:00
obrien
1bc9bc495a Add script to install the compat3x distribution. 1999-04-20 11:42:51 +00:00
jkh
3565782866 MF3: SYSVMSG addition, fluff with release notes. 1999-02-14 20:14:58 +00:00
jkh
19643495a7 Don't strip out stuff from boot.flp now that it's twice the size. 1999-01-31 12:41:12 +00:00
jkh
19819c9243 Nuke pnp0 from boot.flp 1999-01-28 06:27:41 +00:00
jkh
158f4c9689 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
jkh
cb763dc469 NO_LKM is deprecated 1999-01-26 12:59:09 +00:00