4176 Commits

Author SHA1 Message Date
luigi
8546115965 The probable boot device is "machdep.guessed_bootdev". 2002-03-10 20:37:04 +00:00
gioria
c91f006802 Filesystem translation 2002-03-10 15:37:56 +00:00
gioria
e948cabaa6 "Base system/contributed software " section translation 2002-03-10 14:50:34 +00:00
gioria
87b83d87f4 Adding Multimedia section translation 2002-03-10 14:05:41 +00:00
gioria
a3b6b34c1b PCCARD support translation 2002-03-10 13:49:02 +00:00
gioria
8775955f6b Adding Disk and storage translation 2002-03-10 12:33:02 +00:00
bmah
90ca0e362f Spell-check and fix some other typos.
Pointed out by:	tmm
2002-03-10 02:52:44 +00:00
jake
9c0d6e4511 Couple minor updates.
Reviewed by:	bmah
2002-03-09 21:06:50 +00:00
gioria
22a782cd90 Adding Network Protocols section translation 2002-03-09 20:04:36 +00:00
luigi
2731e7d254 Remove host.conf, and introduce a way to override the content
of selected files (at the moment /etc/host.conf and /etc/resolv.conf)
from /etc/rc.conf , so the number of places to customize is
reduced.
2002-03-09 18:27:02 +00:00
bmah
0e4b6e5e8f More markup fixes, wordsmithing. It's not quite yet ready for
prime time, but we're getting closer.
2002-03-09 18:04:47 +00:00
luigi
92d4835f65 Nuke abandoned configuration. 2002-03-09 08:28:11 +00:00
luigi
9c14b6308e Make this fit again into a 1.44 floppy.
We had to give up DDB and grep this time...

Add a hint in "config" on how to increase the image size so
we can stuff more things in the image (mostly for use on a CDROM).
2002-03-09 08:17:40 +00:00
bmah
c00d7245d7 Fix SA-02:13 release note item (missing text).
Reviewed by:	nectar
2002-03-09 01:12:03 +00:00
bmah
55c64e290c New/changed release notes: OpenPAM has replaced Linux-PAM.
We used to have a note about new PAM modules; I moved it from the
contrib section back to the generic userland area.  The list of new
modules was incomplete, so I've punted on trying to list them all
for now.
2002-03-09 00:03:44 +00:00
bmah
7c8a803be1 New release notes: wi(4) Prism II/2.5 support + WEP fixes (+ MFC),
IPSec inbound SPD fix for IPv4 (+ MFC), ata(4) RAID1 rebuild,
/etc/rc.firewall{,6} don't add their own implicit rules (+ MFC).

MFCs noted:  puc(4)
2002-03-08 22:57:25 +00:00
bmah
2d24fa974b Fix up (content) of rpc.lockd(8) release note.
Submitted by:	alfred
2002-03-08 20:40:37 +00:00
bmah
13cfe390c4 Add Avlab Technology, PCI IO 2S board to puc(4)-supported hardware
list.
2002-03-08 17:12:40 +00:00
luigi
9efe38f96b Further cleanup: remove useless entries from PATH, and be prepared
to use kern.bootdevname (if available) to identify the boot device
for updating the configuration. Fallback to /dev/fd0 as before.
2002-03-08 12:43:57 +00:00
luigi
de1c5cdc03 Add a (commented out) sample entry for use with a serial line. 2002-03-08 12:37:42 +00:00
luigi
c5f52263f4 Do not depend on "expr" for doing arithmetic, use the shell builtin functions
(picobsd might not have the command available).
2002-03-08 12:33:48 +00:00
luigi
4ee67ab530 Unbreak "update" script, by doing a mkdir -p of the relevant
directories when writing to disk.

Use the (yet to be committed) sysctl variable kern.bootdevname
to derive the device name, fallback to /dev/fd0 if kern.bootdevname
is unset or not available.
2002-03-08 12:14:46 +00:00
luigi
0e60fb334d Use a default of 25 lines for xterm. This only affects the behaviour
over a serial line, because the terminal negotiations using ssh/telnet
does the right thing anyways.
2002-03-08 12:10:13 +00:00
luigi
6b229a1455 Major cleanup of PicoBSD startup scripts, which now should be
closer to doing "the right thing".

The structure is now the following:

  * /etc/rc (from MFS) loads the rest of /etc and /root from
    /fd and then from floppy (if present), then transfers control
    to /etc/rc1

  * /etc/rc1 loads defaults from /etc/rc.conf.defaults, tries to
    set the hostname basing on the MAC address of the first ethernet
    interface, and then sources /etc/rc.conf and /etc/rc.conf.local
    for local configurations

  * The rest of the startup process is then performed (rc.network and so on).

Everything except the initial /etc/rc (from MFS) can be overridden with
a local version loaded from floppy. But in most cases, you should only need
to customize the following files in /etc:

	rc.conf    rc.firewall    hosts

Previously there were a number of inconsistencies in the calling
between files, and also a lot of clutter in rc.conf and rc.firewall.
Also, "rc1" was called "rc" and would overwrite the initial /etc/rc
from MFS, making it really hard to figure out what was going on in
case of bugs.
2002-03-08 05:15:08 +00:00
luigi
fa65eefffd MFS: sync with -stable (no functional difference). 2002-03-08 04:54:52 +00:00
luigi
5fc8233445 Invalidate password for sample user entry. 2002-03-08 03:57:57 +00:00
luigi
841fdef9ef Atapi units are now /dev/ad* and not /dev/wd* 2002-03-08 03:55:19 +00:00
luigi
48ded5bf3a Misc fixes to the build script:
+ fix some dialog entries to correctly modify variables instead of working
   in a subshell

 + add a logverbose function for debugging purposes

 + force 512/4096 blocks on filesystems

 + use 'auto' for disklabel so it works irrespective of the floppy size.
   This is useful for larger images than 1720k
2002-03-08 02:24:21 +00:00
wilko
ff572ea42e Update info on SCSI on AlphaStation 500 now that I own one
to play with and find out myself.
2002-03-07 20:38:31 +00:00
bmah
5bb3c6521b New release note: SA-02:13. 2002-03-07 16:53:21 +00:00
kuriyama
c90924a379 MFen. 2002-03-07 03:53:15 +00:00
luigi
8c8642cb94 Add entry for xterm-color 2002-03-06 19:47:20 +00:00
bmah
c2374ee8e1 Rewrite the section on downloading files to get all of the URLs in one
place, near the front of the document.

Also try to provide some introduction on the difference between CDROM
and network installs.
2002-03-06 17:24:19 +00:00
bmah
506a396cdb Point sparc64 &release.url; at a directory, rather than a specific
file, to be consistent with other platforms.
2002-03-06 16:57:53 +00:00
bmah
0ebe379c20 Make it more obvious where to find RELNOTESng source files if someone went
browsing in the old release notes location.

While I'm here, update README files to be closer to reality.

Requested by:	obrien
MFC after:	1 day
2002-03-06 07:59:18 +00:00
bmah
b7e5e31b04 First round of markup/spelling/grammar fixes. 2002-03-06 07:36:29 +00:00
tmm
8dfde376a3 Add installation instructions for the FreeBSD/sparc64 port. I have very
likely introduced language and markup bugs, but it's a start.

Makefile, initial docbook conversion & cleanups by:	murray
2002-03-05 23:22:08 +00:00
bmah
c20e01b111 New release notes: CPU_ATHLON_SSE_HACK, ufm driver (+ MFC),
awk is BWK awk for sparc64, ctags(1) works for files with C++ comments
(+ MFC), dump(8) -s, last(1) -y, lint update/import from NetBSD.
2002-03-05 22:39:51 +00:00
nyan
3f87b66c9a Don't move more drivers to mfsroot floppy.
A mfsroot floppy for pc98 is only 1.2MB.
2002-03-05 11:53:56 +00:00
bmah
bfb9bebc76 Fix two typos: s/verison/version
Submitted by:	hrs
2002-03-04 16:57:41 +00:00
kuriyama
dc2d000aa4 Activate sparc64 relnotes. 2002-03-04 08:33:27 +00:00
bmah
d35de47e83 Begin building sparc64 release notes for -CURRENT. 2002-03-04 06:46:00 +00:00
gioria
72b0228f10 Adding Network Interface Support section 2002-03-03 21:17:15 +00:00
hrs
4499674958 Comment out proc-alpha.sgml's line temporarily. 2002-03-03 16:22:13 +00:00
hrs
e053135efa Add Japanese version of hardware notes:
(new) -> 1.3  	doc/ja_JP.eucJP/hardware/Makefile
	(new) -> 1.2  	doc/ja_JP.eucJP/hardware/Makefile.inc
	(new) -> 1.6  	doc/ja_JP.eucJP/hardware/alpha/Makefile
	(new) -> 1.4  	doc/ja_JP.eucJP/hardware/alpha/article.sgml
	(new) -> 1.3  	doc/ja_JP.eucJP/hardware/common/artheader.sgml
	(new) -> 1.73 	doc/ja_JP.eucJP/hardware/common/dev.sgml
	(new) -> 1.3  	doc/ja_JP.eucJP/hardware/common/hw.ent
	(new) -> 1.3  	doc/ja_JP.eucJP/hardware/common/intro.sgml
	(new) -> 1.5  	doc/ja_JP.eucJP/hardware/i386/Makefile
	(new) -> 1.3  	doc/ja_JP.eucJP/hardware/i386/article.sgml
	(new) -> 1.2  	doc/ja_JP.eucJP/hardware/i386/proc-i386.sgml
	(new) -> 1.2  	doc/ja_JP.eucJP/hardware/ia64/Makefile
	(new) -> 1.1  	doc/ja_JP.eucJP/hardware/ia64/article.sgml
	(new) -> 1.1  	doc/ja_JP.eucJP/hardware/ia64/proc-ia64.sgml
	(new) -> 1.1  	doc/ja_JP.eucJP/hardware/sparc64/Makefile
	(new) -> 1.1  	doc/ja_JP.eucJP/hardware/sparc64/article.sgml

 NOTE: {alpha,sparc64}/{dev,proc}-{alpha,sparc64}.sgml are
       not translated yet.
2002-03-03 14:31:34 +00:00
nyan
6e2be7da8d Don't move the an and wi drivers to a mfsroot floppy. 2002-03-03 11:09:40 +00:00
nyan
4efc0823d9 - Sort some entries.
- Don't remove MATH_EMULATE and MSDOS from a 'SMALL' floppy.
- Use the pattern '<tab><device name><tab>' instead of '<device name>' to
  avoid an unexpected matching.
2002-03-03 10:38:40 +00:00
kuriyama
6317082a01 Bump original revision (1.290 --> 1.291).
Refill over 80 character line (no content changes).
2002-03-02 05:57:18 +00:00
bmah
82fb2a7bd1 Whitespace-only commit, to make this file conform to FDP standards on
indentation and word-wrap.  Convert strings of leading spaces to tabs
where appropriate, and delete trailing spaces.

No content was harmed in the creation of this delta.

Reviewed by:	diff(1) on i386 and alpha HTML output
2002-03-02 01:40:11 +00:00
bmah
0f9133b440 Convert some literal "FreeBSD" to &os;. While I'm here, fix two
grammatical problems (s/set of floppy/set of floppies/).

PR:		35115
Submitted by:	gioria
2002-03-01 23:44:14 +00:00