Commit Graph

2222 Commits

Author SHA1 Message Date
obrien
3c9ea1572e Add Id. 1999-04-21 07:42:02 +00:00
obrien
449239f9ad Add compat3x to the mix.
Reviewed by:	jkh
1999-04-21 07:22:37 +00:00
obrien
2e28696782 Add compat22 and compat3x. 1999-04-20 11:48:01 +00:00
obrien
1bc9bc495a Add script to install the compat3x distribution. 1999-04-20 11:42:51 +00:00
obrien
4138845ac5 Add the compat3x dist. 1999-04-20 11:41:59 +00:00
jkh
1e0196bc01 Fix a misspelling. 1999-04-13 05:14:44 +00:00
n_hibma
021eca46c5 Update the list of supported USB devices with the list that is stored in
usbdevs.h and usbdevs_data.h. Any additional entries are welcome.
1999-04-11 00:18:07 +00:00
n_hibma
3a8af328c5 Updated the list of devices supported by the USB susystem.
Thanks Mike for the hint.
1999-04-10 16:54:12 +00:00
hm
63f97c43fe Add ISDN cards supported by isdn4bsd to list of supported hardware,
remove nic driver for Dr. Neuhaus Niccy 300x ISDN cards from this list
1999-04-10 14:34:29 +00:00
msmith
d8f926e8b9 Add a skinny USB section. Note that the Zip mention preempts the actual
comitting of the umass driver by a little.
1999-04-08 21:42:11 +00:00
jkh
bd844dc286 State the need to read errata more, um, strongly. 1999-04-08 06:00:01 +00:00
jkh
8ffac43084 Don't allow upgrade to touch /usr/src; only evil can result from
that kind of overlay smashing.
1999-04-07 03:06:44 +00:00
wpaul
0848cf3290 Add driver support for gigabit ethernet adapters based on the Alteon
Networks Tigon 1 and Tigon 2 chipsets. There are a _lot_ of OEM'ed
gigabit ethernet adapters out there which use the Alteon chipset so
this driver covers a fair amount of hardware. I know that it works with
the Alteon AceNIC, 3Com 3c985 and Netgear GA620, however it should also
work with the DEC/Compaq EtherWORKS 1000, Silicon Graphics Gigabit
ethernet board, NEC Gigabit Ethernet board and maybe even the IBM and
and Sun boards. The Netgear board is the cheapest (~$350US) but still
yields fairly good performance.

Support is provided for jumbo frames with all adapters (just set the
MTU to something larger than 1500 bytes), as well as hardware multicast
filtering and vlan tagging (in conjunction with the vlan support in
-current, which I should merge into -stable soon). There are some hooks
for checksum offload support, but they're turned off for now since
FreeBSD doesn't have an officially sanctioned way to support checksum
offloading (yet).

I have not added the 'device ti0' entry to GENERIC since the driver
with all the firmware compiled in is quite large, and it doesn't really
fit into the category of generic hardware.
1999-04-06 17:08:31 +00:00
jkh
961da2f703 Add an option for resetting and rescanning the probed device list, perhaps
to now detect that CD you just remembered to put in the drive or that
pccard NIC that you've inserted (anybody can put pccardd in an mfsroot image
now you know.. :)

Requested by:	Annelise Anderson <andrsn@andrsn.Stanford.EDU>
1999-04-06 08:25:53 +00:00
obrien
bc51f236b7 4.0 will offer EGCS over GCC to the world. 1999-04-04 21:50:07 +00:00
sada
4573e1f503 Make release would fail for lack of /etc/resolv.conf or $DISTFILES/
PR:	misc/9913
Submitted by:	YAMAMOTO Shigeru <shigeru@bremen.or.jp>
1999-03-31 11:18:52 +00:00
jkh
f814848424 Bump default root fs sizes, for both i386 and alpha architectures. 1999-03-30 04:09:21 +00:00
nik
8a4c019b33 If ALLLANG is not set then ensure that DOC_LANG=en is, so that
the English Handbook is built (it's not built by default any more).
1999-03-27 16:02:04 +00:00
jkh
84c118e40b 1. Update TAPE to point to new CAM-style device name.
2. Don't prompt for removal twice on fixit floppy.

Submitted by:		jack <jack@germanium.xtalwind.net>
1999-03-27 01:48:44 +00:00
jkh
d06bd3ef73 Offer an X Kern Developer collection, by user request (it's also more
orthogonal to the other entries).

Clean up X selection code a bit.

Choose proper architecture subdirectories on mirror sites now that we've
gone fully to the new multi-arch directory scheme.
1999-03-19 10:54:38 +00:00
jkh
4b69622a7b Add /etc/rc.firewall to list of "save after upgrade" targets. 1999-03-19 08:22:31 +00:00
jkh
fc153f1c59 This apparently works now, excise it from TROUBLE.TXT 1999-03-18 06:43:01 +00:00
obrien
c31d723601 Add import of ISC's DHCP client & the upgrade of Groff. 1999-03-15 09:41:22 +00:00
markm
aef4a2f1a5 Bitrot. Remove objlink as it is not pleasant to be downwind.
PR:		8071
Reviewed by:	Sheldon Hearn <sheldonh@iafrica.com>
1999-03-14 20:41:14 +00:00
jkh
87b278912f Update to post-branch state (yeesh!) 1999-03-12 22:45:42 +00:00
brian
1aaf914a32 Change permissions on /etc/ppp/ppp.conf to 0640. 1999-03-11 18:22:23 +00:00
jkh
798143c96b Make proper symlinks for fixit mode and ELF binaries.
Noticed by:	jdp
1999-03-11 09:38:06 +00:00
jkh
9b1ba235bb Also look under FREEBSD/.. for distribution files; I meant to do this
for the DOS distro.
1999-03-10 21:59:01 +00:00
jkh
d8530dac13 We don't use this anymore - nuke it. 1999-03-10 03:50:38 +00:00
jkh
2857c35e80 Merge some doc updates which got only into the 3.0 branch during the last
release cycle.
1999-03-10 02:50:32 +00:00
abial
3d281fc46f Take boot1/boot2 from their new place, i.e. /boot/, not from
(currently nonexistent) /usr/mdec/.

Submitted by:	luigi
1999-03-09 21:15:08 +00:00
jkh
41f34ba0a5 o Use larger minimum root size on alpha.
o Use proper architecture subdir when fetching bits from snapshot servers.

Submitted by:	Doug Rabson <dfr@nlsystems.com>
1999-03-09 12:36:28 +00:00
jkh
5c37b0fde4 Add Specialix SI/XIO/SX ISA, EISA and PCI serial expansion cards/modules
Submitted by:	Nick Sayer <nsayer@quack.kfu.com>
PR:		10456
1999-03-08 23:41:12 +00:00
jkh
6c9f56849f Update reference to setup.exe (which is now dead). 1999-02-23 04:19:30 +00:00
jkh
a2bf462593 Document a changed variable name. 1999-02-18 23:59:58 +00:00
jkh
b0e0d556a3 Be more forgiving of PnP config saving failures. 1999-02-16 01:58:04 +00:00
jkh
714eb80137 Update to deal with pnp userconfig data.
Submitted by:	abial
1999-02-15 07:07:37 +00:00
jkh
7b9b33664a Add entry for gnome category. 1999-02-15 04:57:07 +00:00
jkh
e73871aa31 Write out new boot blocks on upgrade. 1999-02-15 02:22:47 +00:00
jkh
98443a91bd Unbreak the fixit floppy.
Clean up some of the media handling to use common routines.
1999-02-15 00:49:33 +00:00
abial
5ecd2a4582 Copy the 'reboot' script only for "dial" floppy. 1999-02-15 00:27:00 +00:00
jkh
7561b0c8db Put a convenient marker in rc.conf to show updates.
Better screen saver descriptions.
1999-02-14 21:35:02 +00:00
jkh
9783bd5729 Fix incorrect initial state for two variables. 1999-02-14 21:26:29 +00:00
jkh
3565782866 MF3: SYSVMSG addition, fluff with release notes. 1999-02-14 20:14:58 +00:00
jkh
3041913b7e Include all the recent screen savers. 1999-02-14 20:14:07 +00:00
jkh
77bebb0662 Update to match ports reality. 1999-02-14 18:53:17 +00:00
jkh
48def07a8d 4.0-current! 1999-02-14 18:48:44 +00:00
des
5e764fdd0e Ignore errors from chflags. This makes it possible to make installworld
with DESTDIR set to an NFS-mounted file system.
1999-02-14 13:56:15 +00:00
jkh
6b435ea365 rc.conf vars no longer "dirty" by default. 1999-02-14 07:35:27 +00:00
jkh
edf15b3b92 Preserve existing rc.conf contents. 1999-02-14 05:52:57 +00:00
jkh
593d46e118 Update to current state of /etc 1999-02-13 05:18:06 +00:00
abial
e31fe953ac Merge from RELENG_3. 1999-02-12 20:36:13 +00:00
jkh
76b381a4c7 Add spanish mirrors to FTP menu. 1999-02-11 14:42:39 +00:00
jkh
6cdf2f6226 List diamond fireport cards under Symbios section.
Submitted by:		Stephen McKay <syssgm@detir.qld.gov.au>
1999-02-11 14:00:14 +00:00
jkh
e560175664 Install the correct rc.conf file. 1999-02-10 09:15:27 +00:00
des
201d60b76c Use ppbus instead of the lpt driver. 1999-02-10 02:26:04 +00:00
msmith
101410b54e The loader doesn't use '@' to suppress command lines anymore. 1999-02-10 01:57:38 +00:00
jkh
bf919900eb Write changes out to /etc/rc.conf again; rc.conf.site is dead! 1999-02-09 22:18:10 +00:00
jkh
b41482ca3f If user selects X, also auto-select compat22 (for now). 1999-02-07 12:57:04 +00:00
jkh
06254acc34 SMAILCF distro no longer exists. 1999-02-07 12:43:14 +00:00
jkh
0808edd75d Reshuffle a number of menus to be more navigable. Delete extra
Root Password entry (PR#9291 - Jack O'Neill).
1999-02-06 16:35:26 +00:00
jkh
6cfb807777 Ack! Correct a typo which crept into here and reshuffle the index back
into alphabetical order.
1999-02-06 08:45:20 +00:00
jkh
e8dd63ab11 BASE=4.0 1999-02-06 06:51:30 +00:00
jkh
90adaf7290 Add one more "escape" for marking internal variables. 1999-02-05 22:25:13 +00:00
jkh
28cf43f876 Totally change the way variables are accounted for in sysinstall.
Now we know which variables are internal and which need to be
backed to /etc/rc.conf.site.  rc.conf is not touched now.

Also kget kernel change information back properly and set up a loader.rc
file to use it.
1999-02-05 22:15:52 +00:00
jkh
83c884b9a4 Bump MFS up to 2.88MB. Now there's room for quite a bit more stuff
(like a dhcp client?).
1999-02-05 10:09:11 +00:00
jkh
4b640cd3fc Update snapshot build machine names. 1999-02-05 09:54:59 +00:00
jkh
e25e864bcf Indicate that we're using XFree86 3.3.3.1 1999-02-05 09:28:16 +00:00
jkh
0fecea8e90 Add a lot of additional keymaps to the appropriate menu.
Submitted by:	Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1999-02-04 13:47:54 +00:00
jkh
f370421fcf Add compat22 distribution in anticipation of its appearance. 1999-02-04 03:30:34 +00:00
joerg
85da360de6 Several recent additions. Folks, please update this file if you add some
new feature to the system!

. SVR4 emulation
. NTFS
. upgrade of f77 via f2c
1999-02-03 17:27:12 +00:00
jkh
2b52fd3db8 List palm pilot category. 1999-02-02 16:57:55 +00:00
jkh
837fe74e53 Show dependencies in package menu.
PR:		7454
Submitted by:	Stefan Eggers <seggers@semyam.dinoco.de>
1999-02-02 15:57:14 +00:00
jkh
3d5a774ed0 Whoops, don't break the alpha release build in copying the boot
images - be smarter about it.
1999-02-01 18:08:07 +00:00
jkh
ceefa08839 Man, was I ever smoking crack when I wrote this. Don't free()
values I'm going to use again. :-}
1999-02-01 16:35:40 +00:00
jkh
8d85bcbd7e Adjust notes to describe new boot floppy scheme. 1999-01-31 12:55:08 +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
5311dfcfb7 Well, we've blown out boot.flp again. Time to go to 2.88MB format
for those folks with large floppy drives, LS-120s or CDROMs.  Everyone
else will now have to use kern.flp & mfsroot.flp to install from.
We've held this off as long as possible and there's just no more fat
to trim. :(  I'll look at increasing the mfsroot size too later, depending
on how well it compresses.
1999-01-31 12:38:19 +00:00
jkh
c3d8055f69 Be more selective about installing things from /boot; no telling
what might wind up there in the future to overflow us again.
1999-01-31 03:53:55 +00:00
jkh
a76d70640d 1. Install /boot/loader correctly on boot.flp
2. Back up old rc.conf.site if it exists.
1999-01-30 22:15:36 +00:00
wpaul
491ec9d5bb Add two additional cards to the supported adapters list: the Racore 8165
and Racore 8148 adapters are now supported by the ThunderLAN driver.
The 8165 is just a plain vanilla 10/100 card; the 8148 is a 'multi-
personality' adapter which can support 10baseT, 100baseTX and 100baseFX
if you include the proper modules.

Also update the tl man page to mention the Racore cards.
1999-01-29 16:25:20 +00:00
jkh
928901c13d More support for Alpha installs.
Submitted by:	dfr
1999-01-29 11:39:04 +00:00
jkh
19819c9243 Nuke pnp0 from boot.flp 1999-01-28 06:27:41 +00:00
jkh
cba5742bc6 Write changes out to /etc/rc.conf.site now rather than mucking with
rc.conf.  There were many different ways I could have done this, some of
them "cleaner", but this represented the lowest impact.
1999-01-27 02:32:47 +00:00
jkh
2557697657 OK, now the boot floppies work again. Also collapse some common
build cases.
1999-01-26 15:22:29 +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
463a559a71 s/wcd/acd/
Noted by:	des
1999-01-26 10:18:52 +00:00
jkh
2ed800fb17 Play with MFS size a little. 1999-01-25 04:57:07 +00:00
jkh
655c2f271a swap support is actually pretty important; put it back
CVS: ----------------------------------------------------------------------
1999-01-22 19:11:37 +00:00
wollman
9eef44f059 Update for 4.0 by adding the first two major changes and deleting a lot
of irrelevant (2.x/3.x) content.
1999-01-21 23:26:34 +00:00
jkh
2aaae15669 Set JADETEX=no on ports build line.
Prompted by:	nik
1999-01-20 23:24:06 +00:00
jkh
554d705752 Replace old SAVE_USERCONFIG code with a customized version of Andrzej's
kget code.  Also collapse a redundant case in cdrom code.
1999-01-20 12:31:43 +00:00
jkh
7eaf680c7a Remove obsolete dset code. It's an ELF/3-stage boot world now and there
are cleaner ways of doing this that don't involve stomping on kernel
binaries directly.
1999-01-20 11:56:42 +00:00
abial
6d27a1f3f6 Add missing "quit". 1999-01-19 23:15:56 +00:00
abial
211e622cf6 Don't start (now) noneexistent snmpd. 1999-01-19 23:15:41 +00:00
abial
077289f42a Remove generated copy of the file. 1999-01-19 23:14:30 +00:00
abial
983e4a5852 Add NOPAM hook. 1999-01-19 23:12:50 +00:00
abial
0c35fdc786 Remove PROCFS - we don't use it. 1999-01-19 23:12:27 +00:00
abial
633ff40861 Remove snmp for now - it has to either shrink, or we have to invent
something else...
1999-01-19 23:11:50 +00:00
abial
c767597e1d Add NOPAM hook to be able to use login(1) here... 1999-01-19 23:10:34 +00:00
abial
41e3a32e67 Sync more with reality... 1999-01-19 23:09:46 +00:00
abial
96fef931fa Emulate getpass behaviour when asking for user's password.
Add ability to use PAP/CHAP authentication in auto-generated ppp.conf.

Let users edit ppp arguments before the first run.
1999-01-19 23:09:15 +00:00
abial
be4c26dc60 Add stty to emulate getpass in dialup script. 1999-01-19 23:07:17 +00:00
abial
6be558fd37 Next round of fixes before 3.1-RELEASE. 1999-01-19 23:02:05 +00:00
abial
37855c2f74 Bump version number to 0.43 1999-01-19 23:01:25 +00:00
ken
13ca12c327 Significant modifications to the SCSI controller support sections in both
files.  They are now both basically the same.  I also modified the driver
list in HARDWARE.TXT:  add the adw and isp drivers, and indicate that the
uha driver isn't yet supported under CAM.

This includes specific mention of all supported NCR and BusLogic models,
additional qualification of the supported DPT and QLogic models, and some
additions to the list of supported onboard Adaptec chips.

The hope is, of course, that this will lead to fewer questions like "is the
froboz SCSI controller supported?"

I think the formatting of the new entries looks okay, but someone with a
better eye for things like that might want to look at this.
1999-01-19 22:24:06 +00:00
ken
ef0b1bc30e Qualify Adaptec 2920 support -- only the 2920C is supported. The 2920 is a
rebadged Future Domain card that is not supported.

Also, only the DPT SmartRAID III and IV are supported.  (The SmartRAID V
isn't yet supported by the DPT driver.)
1999-01-19 05:59:43 +00:00
wpaul
d1cab2b5df Update to include new drivers, mention newly supported fast ethernet
adapters.
1999-01-18 19:25:30 +00:00
wpaul
c4cf4e8714 Mention that the CNet Pro110B is supported (ax driver). 1999-01-18 17:26:01 +00:00
abial
6ac0d7cf18 Fix copy & paste error.
Submitted by:	Reinier Bezuidenhout <rbezuide@oskar.nanoteq.co.za>
1999-01-18 10:17:38 +00:00
jkh
0d046cc8dd More floppy size adjustments - I thought I'd already committed these, whoops! 1999-01-16 22:42:25 +00:00
danny
8a3a23b5ac Fix Makefile so it works.
Change date format to yyyy/mm/dd hh:mm:ss
Submitted by:	Peter Jeremy <peter.jeremy@alcatel.com.au>
1999-01-16 03:50:10 +00:00
abial
bf8f3b9244 Use the new kget syntax. 1999-01-14 23:23:19 +00:00
abial
1220ee27c9 Add natd entry. 1999-01-14 23:23:02 +00:00
abial
08b59138d3 Change to new syscons devices. 1999-01-14 23:22:51 +00:00
abial
daf1c5bb38 Use the new syntax for kget. 1999-01-14 23:21:04 +00:00
abial
932c7a871b Fix to match new syntax for kget. 1999-01-14 23:19:47 +00:00
abial
76abfdbf48 Change to the new syscons devices. 1999-01-14 23:15:39 +00:00
abial
00ba677f41 Make transition to ELF kernel. Fix the userconfig_script handling. 1999-01-14 23:14:46 +00:00
abial
9f24d80776 (Fix null log in previous commit).
Change /boot/boot.conf to /boot/loader.rc - this name reflects what it
really is.

Agreed upon by:	jkh, msmith and many others
1999-01-14 15:36:53 +00:00
abial
71fb523e68 *** empty log message *** 1999-01-13 21:56:58 +00:00
joerg
54dcb55fdc Mention isdn4bsd support.
Forgotten by:	phk :)
1999-01-13 17:36:31 +00:00
msmith
eb6168d12e Replace /mnt with ${MNT}
PR:		misc/7965
Submitted by:	Junji SAKAI sakai@jp.freebsd.org
1999-01-12 22:12:12 +00:00
joerg
6e349d36b1 Allow chflags(1) to fail inside the chroot environment for /R. This
can happen iff ${CHROOTDIR} is NFS-mounted.
1999-01-12 15:37:19 +00:00
asami
f3868ac8c6 Oops, I missed a few more /etc/nologin references yesterday. It appears
my check of the tree was incomplete.  Sorry guys.

Reported by:	Ben Smithurst <ben@scientia.demon.co.uk>
1999-01-12 14:09:23 +00:00
asami
63b2c3caae Merge recent changes from doc/handbook/porting.sgml and www/en/ports/categories. 1999-01-11 12:45:18 +00:00
jkh
ffa5e058ad Try some new floppy sizes. 1999-01-11 00:54:00 +00:00
rnordier
c4e7b54391 No longer install obsolete boot.help file. 1999-01-10 21:31:37 +00:00
jkh
1699e3059b whoops, missed one. 1999-01-10 02:46:27 +00:00
jkh
c6ef9bb05e Nuke this - it's antiquated and unmaintained. 1999-01-09 23:14:34 +00:00
gpalmer
99840e64f3 Really delete the netboot image off the alpha floppy. I think Jordan
got his paths confused :)
1999-01-09 19:14:22 +00:00
wpaul
55c6eb788f Add driver support (and man page) for PCI fast ethernet cards based
on the ASIX AX88140A chip. Update /sys/conf/files, RELNOTES.TXT,
/sys/i388/i386/userconfig.c, sysinstall/devices.c, GENERIC and LINT
accordingly.

For now, the only board that I know of that uses this chip is the
Alfa Inc. GFC2204. (Its predecessor, the GFC2202, was a DEC tulip card.)
Thanks again to Ulf for obtaining the board for me. If anyone runs
across another, please feel free to update the man page and/or the
release notes. (The same applies for the other drivers.)

FreeBSD should now have support for all of the DEC tulip workalike
chipsets currently on the market (Macronix, Lite-On, Winbond, ASIX).
And unless I'm mistaken, it should also have support for all PCI fast
ethernet chipsets in general (except maybe the SMC FEAST chip, which
nobody seems to ever use, including SMC). Now if only we could convince
3Com, Intel or whoever to cough up some documentation for gigabit
ethernet hardware.

Also updated RELNOTEX.TXT to mention that the SVEC PN102TX is supported
by the Macronix driver (assuming you actually have an SVEC PN102TX with
a Macronix chip on it; I tried to order a PN102TX once and got a box
labeled 'Hawking Technology PN102TX' that had a VIA Rhine board inside
it).
1999-01-09 18:12:08 +00:00
jkh
d042ecd2a7 Adios, kzip - you don't work on ELF kernels. 1999-01-09 00:32:00 +00:00
abial
afc4bb5487 Replace kget with version which obtains its info from newly added
sysctl machdep.uc_devlist, instead of /dev/kmem.
1999-01-08 21:09:42 +00:00
jkh
6459b71543 close doc race. 1999-01-08 09:13:00 +00:00
jkh
7af17211ce Copy only the boot1 and boot2 (if exists) files into mfs/boot since
we don't need the others there.
1999-01-08 05:33:11 +00:00
jkh
ddac4f20ca DTRT with gzip'd alpha kernels.
Submitted by:	dfr
1999-01-08 00:33:21 +00:00
jkh
bcc10fc6f1 Adapt sysinstall more fully to the alpha (deal with proper boot signatures,
don't present label editor, etc).

Submitted by:	dfr
1999-01-08 00:14:22 +00:00
jkh
129a0e1a00 copy resolv.conf to chroot area. 1999-01-06 19:18:45 +00:00
peter
51df12557f 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
8eea4122f3 Whoops, missed an instance of the old image naming. 1999-01-05 17:03:49 +00:00
jkh
55676d8d5c Remove legacy boot.config file. 1999-01-05 03:53:14 +00:00
jkh
61e4bd3b61 Hammer on the boot floppy generation bits some more. This is looking
a little better.
1999-01-05 03:44:08 +00:00
jkh
e3dc476ec5 Fix bogon in docfile placement. 1999-01-05 02:35:38 +00:00
jkh
7bd299bd8e Conditionalize make world in release. 1999-01-05 02:09:29 +00:00
jkh
68e07b5a52 Do some serious beating on the floppy generation code to try and
simplify it, name things more descriptively and get the kernel back
on boot.flp where it should be.
1999-01-05 01:58:44 +00:00
jkh
7c70c27deb Clean up some more residual /usr/mdec references. I left all the
extra rbootd/boot rom cruft pointing at /usr/mdec since it either
doesn't exist or doesn't work anyway, so who cares? :)
1999-01-03 02:18:58 +00:00
jkh
a6949b471c 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
45663f8ca9 Read in /boot contents at runtime. Assumes /boot/boot1 on alpha (which
may not yet be caught up).
1999-01-02 07:23:37 +00:00