Commit Graph

91 Commits

Author SHA1 Message Date
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
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
nyan
7f71aaf3ff - 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
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
nyan
e3f21ecb18 - 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
jwd
c14215de4b Remove less from fixit.flp until the space issues are resolved.
Approved by:	jkh
2000-06-01 23:35:15 +00:00
jwd
2b9e505645 With the removal of more, update the fixit floppy to contain
less (and symlink more to less).

Approved by:	jkh
2000-05-31 15:26:03 +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
1b42eccb2e Temporarily remove ping from the fixit image (until IPv6 disruptions are
over).
2000-01-07 08:03:25 +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
joerg
85075a3914 Step #2 of fixing the fixit floppy.
Kill duplicates for programs that have been in the boot crunched image
as well as on the fixit floppy (pwd, newfs, hostname, test).  Our
space is really too valuable to have them around there twice.  I doubt
pwd needs to be there at all since it's a builtin into sh(1) anyway
(oh, and the same applies to test(1) IIRC), but heck, leave them by
now.

Use the new `fixit' target in MAKEDEV to create the /dev nodes on
the floppy, instead of including the kitchensink...

Finally, tune the values used for creating the floppy.  I currently
end up with

Filesystem  1K-blocks     Used    Avail Capacity iused   ifree  %iused
/dev/vnn0c       1363     1301      -47   104%     368      14    96%

...which is not quite ideal yet, but at least a working configuration
again.
1999-12-14 22:41:09 +00:00
brian
3c4d9edbf9 Add options NETGRAPH, NETGRAPH_PPPOE and NETGRAPH_SOCKET
to the release kernel.
1999-11-20 10:54:57 +00:00
jkh
5c70f9812a Don't need to add bpf anymore. 1999-09-14 18:43:35 +00:00
jkh
cf025f2949 Brutally rip more stuff out of the fixit image so that we can start
build 4.0-stapshots again.  It's still overflowing. :(
1999-09-14 04:24:29 +00:00
jkh
63a996cb35 Remove duplicated bits from boot floppy (where they're already available) in
an effort to get this back down to size.
1999-09-09 21:20:55 +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
des
284ed27f44 Rename bpfilter to bpf. 1999-07-06 19:23:32 +00:00
hosokawa
eb96e69821 Removed unused boot_crunch.conf 1999-06-29 23:49:31 +00:00
markm
0783e41813 Add bits of PAO that are non-controversial.
Submitted by: Tatsumi HOSOKAWA
1999-06-17 19:04:56 +00:00
jkh
8875f5d9a4 Various edits to shrink fixit and enable dhcp-client 1999-06-09 09:08:22 +00:00
jkh
8793f3bbb8 Add dhclient to mfsroot floppy - changes to sysinstall to follow. 1999-05-01 11:30:55 +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
jkh
655c2f271a swap support is actually pretty important; put it back
CVS: ----------------------------------------------------------------------
1999-01-22 19:11:37 +00:00
jkh
0d046cc8dd More floppy size adjustments - I thought I'd already committed these, whoops! 1999-01-16 22:42:25 +00:00
jkh
694925d3b0 Shuffle the exclusion list for boot.flp in an effort to get sizes
down again.
1998-12-06 21:58:50 +00:00
jkh
86b4d09e01 Simplify call to dokern.sh - now the no MFS case is the default. 1998-11-12 20:40:45 +00:00
jkh
a7f0a5d5db Boy, two typos in one day. Time to go back to bed. 1998-11-12 20:37:20 +00:00
jkh
0d80efa777 Elimintate gratuitous backslash 1998-11-12 20:12:52 +00:00
jkh
0007dac63c 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
jkh
b2f2c3154d 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
jkh
10d65b2ba1 Try #2 with minigzip. Now that John Hay has made it behave more properly
like gzip, we should be able to use it here.
1998-09-29 04:58:17 +00:00
jkh
6de0e36ed1 Remove support for floppy tape installs. I'm sorry, we're outta
space, and it's either this or the DOS installs.  I think that the
DOS installs are somehow more important. :)
1998-09-26 17:05:08 +00:00
jkh
36e69d411b Revert my change to use minigzip. Apparently, this thing is too "mini"
to actually work in this application.  Urk.  This probably explains the
problems people have been having with installing -snap.  My bad.  Will
fix and upload a new beta snap to ftp.freebsd.org.
Noted by:	jhay
1998-09-22 00:16:23 +00:00
jkh
1d97ad15b3 Try using minigzip instead of gzip; can't hurt! 1998-09-19 01:47:07 +00:00
jkh
f15188b074 Remove defunct scsi command from fixit floppy.
Once I see how much room is available, I may add camcontrol in
its place.
1998-09-19 01:46:22 +00:00
brian
8dc459bd1b Remove the necessity of -ldes and -lalias etc from release/Makefile.
When building a release, RELEASE_CRUNCH is defined for a `make' of
the objects required by the crunch of each program.  The object list
is still obtained in the same way, so you must make sure that all
objects are built (empty if necessary) by this make.  ppp/Makefile
provides an example.

Reviewed by: jkh
1998-01-17 14:21:21 +00:00
jkh
c98e3b40e1 Add -lz 1997-12-25 23:08:44 +00:00