Commit Graph

1829 Commits

Author SHA1 Message Date
Jordan K. Hubbard 91e19074b4 Fix typos. 1998-10-07 22:15:24 +00:00
Jordan K. Hubbard 6105ca57e3 Add MFSKERN flag to enable the combining of kernel and MFS fs.
At some point, it will always be off from the user's POV and used
only internally to build (optionall) both mfskern floppies and
ones where mfs root and kernel go in separate places.
1998-10-07 21:53:14 +00:00
Jordan K. Hubbard 17ee5a3283 Read in all the nlist entries properly. 1998-10-07 19:42:46 +00:00
Jordan K. Hubbard 2370786109 Add isa_devtab_cam 1998-10-07 19:40:51 +00:00
Jordan K. Hubbard 3246202c72 Don't use boot2 on alpha. 1998-10-07 03:15:08 +00:00
Jordan K. Hubbard a5ddb8cfc6 Remove hard-coded constants being passed to doFS.sh and add in a 386/alpha
configuration section.
1998-10-07 03:13:36 +00:00
Jordan K. Hubbard c47421bd7f Turn ALLLANG back on. 1998-10-07 02:57:16 +00:00
Mike Smith 4c7050bb5f Teach sysinstall about isa_devtab_cam 1998-10-06 07:41:49 +00:00
Jordan K. Hubbard 5cc653756c Add back keymap.h. Guess this is the easiest way to get it built. 1998-10-05 22:17:41 +00:00
Jordan K. Hubbard 6c5f51d0b0 Correct braino: msdos -> dos. Now DOS installations should work again
(cough).
1998-10-05 03:32:03 +00:00
Jordan K. Hubbard 14ab095c9c Fix typo.
PR:		8145
Submitted by:	graaf@iae.nl
1998-10-04 19:07:22 +00:00
Jordan K. Hubbard 0276d282db Add a symbol to aid in release debugging. 1998-10-04 17:37:52 +00:00
Jordan K. Hubbard 218b589a83 Don't print out a gratuitous null entry for name list. 1998-10-04 14:23:06 +00:00
Jordan K. Hubbard 4adf9b35b4 Update to reflect current driver situation in 3.0. 1998-10-04 13:48:14 +00:00
Jordan K. Hubbard a51ecd7e6b Collapse doRELEASE target back to being the same for alpha/i386 now
that unzip is fixed and we should hopefully be able to build the docs.
1998-10-04 10:33:41 +00:00
Mike Smith 905b2b7a30 Add references to the 'cs' driver, minor formatting nit, metion PCI devices
can be reviewed in the visual Userconfig screen.
1998-10-04 06:58:56 +00:00
Jordan K. Hubbard 215eac6f83 Commit some more updates for the alpha release build. This may be
a bit ambitious for the moment, but the only way out is through! :)
1998-10-04 02:32:18 +00:00
Jordan K. Hubbard 380dfc0050 Don't write the fsimage in the kernel on alpha - the combined
kernel + fsimage is far too large to fit on a single floppy.
Copy it out for the later creation of a root floppy image instead.
1998-10-04 02:01:03 +00:00
Jordan K. Hubbard 1c61cf54dd Whoops, correct brain-o. 1998-10-03 14:16:06 +00:00
Jordan K. Hubbard b9dd246109 Add a tweak for the alpha. 1998-10-03 14:10:28 +00:00
Mike Smith 4879f4d58a Pass the '-n' flag to route(8) when setting up/tearing down the default
route.  If your nameserver config is wrong, this will otherwise hang for
the default resolver timeout (75 seconds), leading people to think that
the system has hung.
1998-10-01 19:26:02 +00:00
Jordan K. Hubbard c4da8a34e6 Urk!! At some point, CFLAGS got set to -O2 rather than -O (which
has always been our "recommended optimization flag") and this causes
problems on the Alpha in addition to being generally wrong.
Noticed by:	dfr
1998-10-01 09:27:02 +00:00
Jordan K. Hubbard 767df892d7 One last alpha seat belt - never ask for an MBR boot manager. 1998-09-30 21:58:36 +00:00
Jordan K. Hubbard b6d288b2c2 Add another check to prevent user from hanging themselves on alpha. 1998-09-30 21:55:33 +00:00
Jordan K. Hubbard 56d0e88cb4 remove keymap.h reference from incorrect location. 1998-09-30 21:51:15 +00:00
Jordan K. Hubbard b5f2852c51 Always use dedicated disk case on alpha. 1998-09-30 21:48:11 +00:00
Jordan K. Hubbard 2fab62599d Small cleanup. 1998-09-30 21:39:02 +00:00
Jordan K. Hubbard b8ecd49e5a Finally conditionalize the SCSI frobbing code properly. This
should return kernel config saving (under the current a.out system)
to its former functionality.
1998-09-30 20:54:34 +00:00
Jordan K. Hubbard 164cf414e8 More rearrangement for USE_SCSI 1998-09-30 20:51:01 +00:00
Jordan K. Hubbard ec8c21cf11 More save_userconfig to a more appropriate spot. 1998-09-30 20:33:56 +00:00
Jordan K. Hubbard ed4226cb46 Move variable into proper scope. 1998-09-30 19:37:46 +00:00
Jordan K. Hubbard ef7b28dd0a Simplify gunzip usage even more (doh!). 1998-09-30 13:36:53 +00:00
Jordan K. Hubbard fb386e7c77 Fix english in prompt. 1998-09-30 12:33:28 +00:00
Jordan K. Hubbard 9bb1c20147 various bits of overdue cleanup. 1998-09-30 11:49:37 +00:00
Jordan K. Hubbard 35e9eb2f68 Call gunzip correctly. 1998-09-30 11:44:29 +00:00
Daniel O'Callaghan 3eba1a33e8 Fix typo in message. 1998-09-30 01:46:27 +00:00
Jordan K. Hubbard 50660db1a6 Add in a kludge for registering the "package" version of XFree86 so
various ports don't complain about it.  It also requires that the pkg
registration bits be stick into the Xbin tarball so that they'll be
present in /usr/X11R6/lib/X11/pkgreg.tar.gz.  The registration tarball
is removed upon first use to prevent it later spamming a genuine build
from ports if inadvertently extracted again.
1998-09-29 14:23:13 +00:00
Andrzej Bialecki 416ad5ed31 Small update: you need to unpack the stand-alone picobsd tarball into
src/release/picobsd, otherwise it won't work.

Pointed out by:	Randal Masutani <randal@comtest.com>
1998-09-29 12:23:58 +00:00
Andrzej Bialecki fa72cf69bf Make proper use of ${suffix} instead of hardwired suffixes.
Pointed out by:	Randal Masutani <randal@comtest.com>
1998-09-29 12:12:47 +00:00
Andrzej Bialecki 648e989921 Better handling of "custom" setup.
Submitted by:	Randal Masutani <randal@comtest.com>
1998-09-29 11:58:54 +00:00
Andrzej Bialecki 09b41007d5 Once again turn off the BRIDGING - it's not yet ready to be the default...
Submitted by:	Randal S. Masutani <randal@comtest.com>
1998-09-29 11:27:34 +00:00
Jordan K. Hubbard 5d20b9915f Update to match newest XFree86 naming conventions. 1998-09-29 07:27:33 +00:00
Jordan K. Hubbard 919b0d127e Always do fixups, even if some minor dist failed to install.
Noticed by:	luigi
1998-09-29 05:12:39 +00:00
Jordan K. Hubbard d15f150dfb 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
Jordan K. Hubbard 645944e19f Quick update for AdvanSys cards. I *know* this file is going to need
more work.
1998-09-28 18:42:55 +00:00
Jordan K. Hubbard 2a686557ff Nuke ft0 device on boot floppy also since we don't need it now. 1998-09-28 17:17:49 +00:00
Andrzej Bialecki 3ff7fe3a7f Update for 0.41. 1998-09-26 17:39:21 +00:00
Andrzej Bialecki 4570b54689 Small rearrangements for a bugfix release 0.41. 1998-09-26 17:27:26 +00:00
Andrzej Bialecki 7d854c9551 Move the documents to src/ so that using new version number is easier. 1998-09-26 17:23:01 +00:00
Jordan K. Hubbard eb0ffee8a1 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