Commit Graph

2039 Commits

Author SHA1 Message Date
Jordan K. Hubbard
50895b8915 More support for Alpha installs.
Submitted by:	dfr
1999-01-29 11:39:04 +00:00
Jordan K. Hubbard
3a2d4948bf Nuke pnp0 from boot.flp 1999-01-28 06:27:41 +00:00
Jordan K. Hubbard
24c1db52ef 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
Jordan K. Hubbard
7953e823ae OK, now the boot floppies work again. Also collapse some common
build cases.
1999-01-26 15:22:29 +00:00
Jordan K. Hubbard
ccfcf93e53 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
Jordan K. Hubbard
b75895b4d0 NO_LKM is deprecated 1999-01-26 12:59:09 +00:00
Jordan K. Hubbard
a566c3ca7e s/wcd/acd/
Noted by:	des
1999-01-26 10:18:52 +00:00
Jordan K. Hubbard
5bd0196abc Play with MFS size a little. 1999-01-25 04:57:07 +00:00
Jordan K. Hubbard
5d2b50da3c swap support is actually pretty important; put it back
CVS: ----------------------------------------------------------------------
1999-01-22 19:11:37 +00:00
Garrett Wollman
129a627970 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
Jordan K. Hubbard
70af253a69 Set JADETEX=no on ports build line.
Prompted by:	nik
1999-01-20 23:24:06 +00:00
Jordan K. Hubbard
c80ac74f4b 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
Jordan K. Hubbard
bd1ac8296b 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
Andrzej Bialecki
cfc0e28a51 Add missing "quit". 1999-01-19 23:15:56 +00:00
Andrzej Bialecki
9dacf92623 Don't start (now) noneexistent snmpd. 1999-01-19 23:15:41 +00:00
Andrzej Bialecki
05693a30ce Remove generated copy of the file. 1999-01-19 23:14:30 +00:00
Andrzej Bialecki
d3ce4405b6 Add NOPAM hook. 1999-01-19 23:12:50 +00:00
Andrzej Bialecki
281c9803a2 Remove PROCFS - we don't use it. 1999-01-19 23:12:27 +00:00
Andrzej Bialecki
b37d50de2e Remove snmp for now - it has to either shrink, or we have to invent
something else...
1999-01-19 23:11:50 +00:00
Andrzej Bialecki
bc8fb49115 Add NOPAM hook to be able to use login(1) here... 1999-01-19 23:10:34 +00:00
Andrzej Bialecki
9f63a91c4c Sync more with reality... 1999-01-19 23:09:46 +00:00
Andrzej Bialecki
3f81b6e1f1 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
Andrzej Bialecki
0b8ce10c41 Add stty to emulate getpass in dialup script. 1999-01-19 23:07:17 +00:00
Andrzej Bialecki
0b0da843a9 Next round of fixes before 3.1-RELEASE. 1999-01-19 23:02:05 +00:00
Andrzej Bialecki
d27f3d61be Bump version number to 0.43 1999-01-19 23:01:25 +00:00
Kenneth D. Merry
8db3059d03 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
Kenneth D. Merry
95e6a1e05e 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
Bill Paul
395a1eda4d Update to include new drivers, mention newly supported fast ethernet
adapters.
1999-01-18 19:25:30 +00:00
Bill Paul
e2be51399d Mention that the CNet Pro110B is supported (ax driver). 1999-01-18 17:26:01 +00:00
Andrzej Bialecki
d54d292d52 Fix copy & paste error.
Submitted by:	Reinier Bezuidenhout <rbezuide@oskar.nanoteq.co.za>
1999-01-18 10:17:38 +00:00
Jordan K. Hubbard
3f58aadfc4 More floppy size adjustments - I thought I'd already committed these, whoops! 1999-01-16 22:42:25 +00:00
Daniel O'Callaghan
7621c7c32a 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
Andrzej Bialecki
6b75c010a0 Use the new kget syntax. 1999-01-14 23:23:19 +00:00
Andrzej Bialecki
e8929da0c5 Add natd entry. 1999-01-14 23:23:02 +00:00
Andrzej Bialecki
f6e84454ab Change to new syscons devices. 1999-01-14 23:22:51 +00:00
Andrzej Bialecki
6cca71034d Use the new syntax for kget. 1999-01-14 23:21:04 +00:00
Andrzej Bialecki
1c8e558414 Fix to match new syntax for kget. 1999-01-14 23:19:47 +00:00
Andrzej Bialecki
d0efc0c9cd Change to the new syscons devices. 1999-01-14 23:15:39 +00:00
Andrzej Bialecki
b9068e0a34 Make transition to ELF kernel. Fix the userconfig_script handling. 1999-01-14 23:14:46 +00:00
Andrzej Bialecki
f083684bae (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
Andrzej Bialecki
dd9131482c *** empty log message *** 1999-01-13 21:56:58 +00:00
Joerg Wunsch
d3c8d7fa01 Mention isdn4bsd support.
Forgotten by:	phk :)
1999-01-13 17:36:31 +00:00
Mike Smith
901b072607 Replace /mnt with ${MNT}
PR:		misc/7965
Submitted by:	Junji SAKAI sakai@jp.freebsd.org
1999-01-12 22:12:12 +00:00
Joerg Wunsch
5966cedcb9 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
Satoshi Asami
0e510aed5b 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
Satoshi Asami
b563f7147c Merge recent changes from doc/handbook/porting.sgml and www/en/ports/categories. 1999-01-11 12:45:18 +00:00
Jordan K. Hubbard
7385073d2a Try some new floppy sizes. 1999-01-11 00:54:00 +00:00
Robert Nordier
c9e6c111cd No longer install obsolete boot.help file. 1999-01-10 21:31:37 +00:00
Jordan K. Hubbard
79dc98bf2a whoops, missed one. 1999-01-10 02:46:27 +00:00
Jordan K. Hubbard
15c2c2f3da Nuke this - it's antiquated and unmaintained. 1999-01-09 23:14:34 +00:00