Commit Graph

3427 Commits

Author SHA1 Message Date
garbled
83f61a5891 Change all ocurrences of "crunchgen" to ${CRUNCHGEN} 2000-11-01 07:57:55 +00:00
mbw
da06f3702b Tweaks and re-detailing.
hardware: add Gee Three's stealth serial port and scca as console info

prep:   chaos/control problems with system disk as well as bootvars
        clean up the various exceptions between different versions of OF
        removed .Key tags, as they aren't recognized by groff
        added examples of how to create install media

install: clean up the various exceptions between different versions of OF
2000-11-01 07:00:49 +00:00
tv
d0b4b8af60 Remove "new port in this release" fanfare for the following ports which
will not be releasing 1.5 sets:  arm26, evbsh3, luna68k, mmeye, prep.
2000-11-01 03:42:18 +00:00
pk
1f0b1a44b2 Update floppy & netboot section.
Add section on booting from tape.
2000-11-01 00:23:51 +00:00
pk
4864442381 Try copying the miniroot kernel only if it exists. 2000-10-31 21:11:20 +00:00
pk
b05c4f8ba0 * Add code to start sysinst with a writable /tmp directory (a necessity if the
root is on a CD).
* When returning from an escape to shell, stay in the main loop.
2000-10-31 21:09:22 +00:00
pk
f495c4188d Put a GENERIC kernel in the miniroot, to retain consistency with the
tape, floppy and cdrom images.
2000-10-31 21:02:18 +00:00
pk
ed7f29492d * Simplify construction of the `boot.fs' filesystem.
* Construct and install a `Sun a.out' version of the memory-disk kernel
  which can be used for booting from tape.
2000-10-31 20:59:00 +00:00
pk
640c32d52d Drop `release' target; we don't need it. 2000-10-31 20:54:47 +00:00
pk
0caaadb3be Don't bother with the tape block size unless explicitly requested. 2000-10-31 20:53:04 +00:00
mason
bee7633a76 Added James Chacon. (Thanks to Soren for reminder.) 2000-10-31 18:08:51 +00:00
fvdl
c0ffae8285 Oops, add missing space after '-c 3'. 2000-10-31 16:02:06 +00:00
fvdl
ddfa644677 -c 2 -> -c 3 2000-10-31 11:19:50 +00:00
itojun
dd5efd6d45 enable lib/libintl. 2000-10-31 10:46:34 +00:00
fvdl
ef28de5011 fsck -c -> fsck -c 2 2000-10-31 10:41:43 +00:00
pk
130047c6c1 Remove mount(8) since we can use the fs-specific versions directly.
Add umount(8) (scaled-down version).
Add reboot/halt.
2000-10-30 23:16:13 +00:00
pk
3588feb339 Add /cdrom which is used by dot.profile as a mount point. 2000-10-30 23:14:23 +00:00
pk
f016c4b2f5 Support the two-stage memory-disk based bootstrap method for tape, cdrom
and floppy.
2000-10-30 23:13:10 +00:00
pk
03013ae336 umount(8) supporting local filesystems only; avoids pulling in tons
of networking functions.
2000-10-30 22:58:02 +00:00
thorpej
b427cdb8cd Remove /etc/mail/aliases.db -- see etc/Makefile,v 1.168. 2000-10-30 21:49:49 +00:00
is
f2a9404fd1 Fix typo, pointed out privately by Petri Koistinen. 2000-10-30 20:21:08 +00:00
lukem
1742d8acf0 more work:
- use .Tn, .Bx, .Ul, .Key, .Sq, .Dq, .Li, .Dl, (etc) ... as appropriate
- be more consistent between various ports' install notes
- other cleanups
2000-10-29 14:08:04 +00:00
simonb
5624ce1aee Update pmax set sizes from the 1.5_BETA build. 2000-10-29 13:13:07 +00:00
lukem
26f3b13e17 more cleanups
- use .Ic, .Pa, .Key, .Ul, .Tn, .Sq, .Dq as appropriate
- use .Dl instead of .(disp when formatting changes are required (the latter
  doesn't cope too well when font change macros are used)
- wrap .Dl blocks with .Pp
- consistently use `file system' instead of `filesystem'
- migrate macppc to common/xfer
2000-10-29 12:32:23 +00:00
lukem
23d5ac0264 - split new features up into subsections, and update a bit
- document rc.d in `compatability issues with previous releases' section
- wrap .Dl blocks with .Pp
- use .Ul, .Pa, .Tn, .Bx, ...
- use .Pp after .Ss (since .Ss2 does this, and it looks slightly better)
- add tv@ to releng
2000-10-29 12:24:57 +00:00
lukem
564f9bc7af more cleanups
- fix up sizes for various sets based on info from tv@ (any errors are
  probably due to my conversion rather than his data)
- .Ic commands, .Pa paths, .Tn trade names
2000-10-29 12:20:44 +00:00
lukem
5f283bb47f - add .Key; format a keycap (Literal text, one point size smaller)
- add .Ul; .Ux + '-like' (aka `UNIX-like')
- remove .D2; nothing used it
- add caveat to .(disp
2000-10-29 08:14:39 +00:00
shin
9b238c2129 correct xbase and xcontrib sizes of mips. 2000-10-29 07:58:59 +00:00
fvdl
cc689750bb Sort obsolete file lists in reverse order, so that subdirectories come
before their parent dirs. Avoids 'directory not empty' problems when
removing directories.
2000-10-27 13:04:58 +00:00
fvdl
bd16884bf3 Add usr/include/i386/*, so that versions older than 1.4.2 will have
that directory cleaned out before the upgrade. These files aren't
really obsolete, but removing them before installing the new versions
saves the a 'directory was not empty' message in sysinst, which
needlessly worried users.
2000-10-27 13:02:19 +00:00
fvdl
448f90f01b Add a note about password files in the message about what to do minimally
after an upgrade; don't want people to end up multi-user with empty
root passwords.
2000-10-27 12:44:07 +00:00
fvdl
14506ffd18 Re-add xmisc set to menu file, which I accidentally deleted earlier.
From hubertf.
2000-10-27 07:49:14 +00:00
mbw
2209c37c65 Major overhaul.
hardware: updated the list of what works, broken down by OF version
	added devices reported as working by port-macppc posters
	added list of what devices are supported by which versions of OF
	included description of how each OF version boots
	described partitioning

prep: describe how to enter OF depending on OF version
	also described how to set up some important OF variables

install: give examples of boot commands
	list of common error messages and what they mean
2000-10-27 00:42:57 +00:00
fvdl
02687a51bd Handle moving a.out shared libraries for X as well. 2000-10-26 23:29:25 +00:00
garbled
1f3a06f4fd Find a bunch of places where we call "make" and replace it with ${MAKE} 2000-10-26 04:53:56 +00:00
minoura
807d7f0327 swapon when the system memory is smaller than 6MB. 2000-10-25 14:48:35 +00:00
shin
ef18f55945 update hpcmips and mips set sizes (unpacked on 8K/1K ffs). 2000-10-25 10:46:58 +00:00
is
c1d2f8ef04 Added Amiga unpacked set sizes. 2000-10-25 09:27:47 +00:00
jmc
f2a6f1ca18 Bumped libc to 12.66 2000-10-25 03:50:32 +00:00
thorpej
0f6926e576 Add pmc(1). 2000-10-24 23:59:00 +00:00
is
ae2220243c When no bootblock is installed, no more action, output etc. is to be
expected, so no need for "...". Pointed out by Petri Koistinen.
2000-10-24 19:43:23 +00:00
fvdl
2e6a0418c5 Add /usr/share/pcvt/keycap.pcvt 2000-10-22 22:59:29 +00:00
fvdl
44c5ba4a36 Print an install complete message; this got lost when I changed things
to move this to after zetting the time zone.
2000-10-22 22:57:04 +00:00
agc
2500d9c913 Mention Whitecross Database Systems, who have donated hardware to the
NetBSD project.
2000-10-22 20:25:31 +00:00
pk
1a2839587c Fix release: target 2000-10-22 14:18:11 +00:00
mbw
07dfb66529 minor fixes,
added info on how sun4 models deal with scsi targets
some typos caught
add info on how to break from automatically booting (i.e. enter ROM prompt)
2000-10-22 00:44:04 +00:00
he
39955ea9f3 gdb apparently needs redirection of stdin to /dev/null so as to not
to cause a hang (SIGTTOU?) on background builds.
2000-10-21 18:19:26 +00:00
jmc
75b4280023 Fixed typo. It's app-defaults, not app-default. All X sets now build without
warnings.
2000-10-21 04:54:22 +00:00
mbw
b03b643f37 Major overhaul. Cleaned up a lot of explanations, clarified instructions,
provided more detail when necessary and removed extraneous instructions.

hardware: totally revamped to be more readable and include all known
supported hardware, now matches htdocs/Ports/sparc/hardware.html

install: new section on CD-ROM, netboot has instructions on setting up a
NetBSD server, removed disklabel instructions (miniroot/sysboot's
instructions are clear enough and have error-checking anyways)

prep: reorganized, put in cleaner explanation of SCSI target remapping on
OpenBOOT PROM 1 machines, put in instructions on how to figure out names
ROM uses for SCSI device, put in info about 100BaseTX network cards

upgrade: now points to ../common/upgrade
2000-10-21 04:49:26 +00:00
pk
0eaca67b66 Add `/dist', which is used by sysinst. 2000-10-20 23:24:52 +00:00