nyan
e72bf3c884
- 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
a61d3ca07c
* 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
f308d26cf0
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
e14b952f9c
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
c17e1af42f
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
c6cb18036e
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
619177e157
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
f045b6ecd2
Add FreeBSD Id to make this easier to track.
2000-07-16 06:33:13 +00:00
obrien
2ab04c6f83
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
7d6550f688
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
9763842f9f
We don't do blockdevices any more.
...
XXX: should use /dev/MAKEDEV
2000-07-08 07:46:01 +00:00
brian
b7b1c2edad
Add options NETGRAPH_ETHER
2000-06-28 09:33:59 +00:00
jkh
e05495b867
Make sure SOFTUPDATES doesn't wind up on boot floppy and bloat it
...
up.
2000-06-22 05:55:42 +00:00
peter
025bc31096
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
0db7063c19
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
afc5d51cd3
Minor nit: this tar(1) replacement still used /dev/rst0 as its default
...
device.
2000-05-19 16:02:54 +00:00
jkh
0d11ddfc5e
Adapt to the crypto distribution.
2000-03-21 19:13:31 +00:00
green
d2d679a008
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
c15b8bedee
Elide INET6 related options for boot floppies.
2000-02-26 22:11:27 +00:00
peter
5c86c428af
s/pass0/pass/ so the passthrough device is removed from BOOTMFS.
2000-01-25 07:25:58 +00:00
jkh
661bd21d90
kernel space savings allow reactivation of NFS installs.
2000-01-03 10:00:09 +00:00
jkh
6628432cee
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
25b59a777c
don't mknod stuff without making sure it's not there first.
1999-12-16 00:51:38 +00:00
phk
2f018faacf
Make it possible to make release on archaic kernels.
1999-11-27 18:48:10 +00:00
brian
62c4e5d19a
Add options NETGRAPH, NETGRAPH_PPPOE and NETGRAPH_SOCKET
...
to the release kernel.
1999-11-20 10:54:57 +00:00
markm
b31c2356ed
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
177173e8b3
Don't need to add bpf anymore.
1999-09-14 18:43:35 +00:00
jkh
db9dbb0a3c
Preserve permissions through tar pipelines.
1999-09-11 06:11:52 +00:00
jkh
fde57b0386
Bump maxusers in installation kernel down to something more low-memory
...
friendly.
1999-09-08 04:46:35 +00:00
peter
efabb9ccb1
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
jkoshy
1d080a921d
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
3c4a5a075d
Rename bpfilter to bpf.
1999-07-06 19:23:32 +00:00
jkh
da76641a7a
Various edits to shrink fixit and enable dhcp-client
1999-06-09 09:08:22 +00:00
obrien
e38e2b0426
MFS.
1999-05-10 00:54:18 +00:00
obrien
3063a75194
Add script to install the compat3x distribution.
1999-04-20 11:42:51 +00:00
jkh
4fda307f5b
MF3: SYSVMSG addition, fluff with release notes.
1999-02-14 20:14:58 +00:00
jkh
6bccce105c
Don't strip out stuff from boot.flp now that it's twice the size.
1999-01-31 12:41:12 +00:00
jkh
ea84bacfa6
Nuke pnp0 from boot.flp
1999-01-28 06:27:41 +00:00
jkh
c6b1939fc8
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
4f98a3562a
NO_LKM is deprecated
1999-01-26 12:59:09 +00:00
jkh
5a3e9b2350
swap support is actually pretty important; put it back
...
CVS: ----------------------------------------------------------------------
1999-01-22 19:11:37 +00:00
jkh
922239a161
More floppy size adjustments - I thought I'd already committed these, whoops!
1999-01-16 22:42:25 +00:00
msmith
27dd626f9b
Replace /mnt with ${MNT}
...
PR: misc/7965
Submitted by: Junji SAKAI sakai@jp.freebsd.org
1999-01-12 22:12:12 +00:00
peter
5165d2ce14
Remove some remaining references to LKM's. Snaps were trying to unpack
...
slkm* etc, among other things.
1999-01-06 13:55:14 +00:00
jkh
4a468ee66d
Hammer on the boot floppy generation bits some more. This is looking
...
a little better.
1999-01-05 03:44:08 +00:00
jkh
a76e356b82
Update this to deal with new boot block placement.
...
Reported by: "John W. DeBoskey" <jwd@unx.sas.com>
1999-01-02 23:15:20 +00:00
jkh
3f56407712
Shuffle the exclusion list for boot.flp in an effort to get sizes
...
down again.
1998-12-06 21:58:50 +00:00
jkh
3b716d369c
Put mfsroot.gz on yet another filesystem so that the boot blocks
...
can really read it. Hmm. I have no idea *how* this worked in our
earlier tests on the x86. :)
1998-12-06 04:06:39 +00:00
jdp
d5f449060e
Null commit to commemorate the momentous occasion of the repository
...
copying of these files from the parent directory. Let us all now
observe a brief moment of silence. OK, that's long enough.
Jordan will adjust the Makefiles appropriately and then "cvs rm" the
originals.
1998-12-05 22:15:10 +00:00
jkh
f656dfa6bf
Simplify call to dokern.sh - now the no MFS case is the default.
1998-11-12 20:40:45 +00:00