summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2001-10-10Get rid of the boasting about compilers.Miod Vallat
2001-10-10Mention the floppy images have no cd-rom support, hence can't installMiod Vallat
from a cd-rom.
2001-10-10Mention the X11 sets, with a note that there is no X server available forMiod Vallat
real hardware yet.
2001-10-10Provide the ability to insert extra notes in the Xserv.tgz set description.Miod Vallat
Will be needed shortly.
2001-10-10Attempt to list which drivers are available from the various installationMiod Vallat
kernels, and which are not.
2001-10-10Miata boots from floppy not floppyB; reported byMiod Vallat
Dries Schellekens <gwyllion@ace.ulyssis.org>, thanks.
2001-10-10twe(4) left out of the floppies.Miod Vallat
2001-10-10Hint that floppyB, while apparently not working as a floppy yet, makes aMiod Vallat
nice miniroot.
2001-10-10Document the installation floppies, as well as the fact that floppy imagesMiod Vallat
can be used as poor man's miniroot.
2001-10-10does this work? I do not know yetTheo de Raadt
2001-10-09permit modification of $RDSETROOTTheo de Raadt
2001-10-09syncTheo de Raadt
2001-10-09correct AX entry, add AXiJason Wright
2001-10-08sparc -> sparc64Miod Vallat
2001-10-08arch -ksTheo de Raadt
2001-10-08powerpc -> macppc changes (missed previously)Dale Rahn
change ARCH=ARCH sed to use `arch -ks` so it has the proper macppc directory when referring to the ftp or CD directories.
2001-10-08permit changing of rdsetrootTheo de Raadt
2001-10-07+DTC Domex 3194UJason Wright
2001-10-07Update sets sizes.Miod Vallat
2001-10-07- remove xlink set description, we don't have it nowadays.Miod Vallat
- showsize now always takes MB sizes as arguments, and prints the unit by itself.
2001-10-07apm update. ok deraadt@Miod Vallat
2001-10-07syncTheo de Raadt
2001-10-07syncTheo de Raadt
2001-10-06Note to self: save your file before running cvs diff, for your diff toMiod Vallat
be complete...
2001-10-06Since we have both KerberosIV and KerberosV, just mention ``Kerberos'' withMiod Vallat
no version appended.
2001-10-06Fix a few common typos and stuff related to tape installation.Miod Vallat
2001-10-06Typo.Miod Vallat
2001-10-06- use the new m4.common shared instructions.Miod Vallat
- try to have consistent order, across arches, in the list of possible installation media. - alpha can't install over nfs, but macppc can.
2001-10-06- add more macros, for common texts usually found in arch/xfer.Miod Vallat
- unobfuscate the tape installation notes - no need to tell the user ``if your tape was bootable, do this'' on arches where you can't boot from tape. - in the upgrade instructions, tell people it's better to upgrade all their sets and not just base; and strongly advise them to merge etc asap. People upgrading to 3.0 and having trouble with, say, sendmail will have no excuse. - add more comments to explain this whole mess.
2001-10-05install /usr/share/misc/countrycodes. ok deraadt@Matthieu Herrb
2001-10-05syncTheo de Raadt
2001-10-05syncTheo de Raadt
2001-10-03syncTheo de Raadt
2001-10-03Mention more USB network cards supported by the aue(4) driver.Miod Vallat
From Jason Ackley <jason@ackley.net>, thanks.
2001-10-03o English, typosHeikki Korpela
o Clarify that cksum(1) and md5(1) are actual commands. Some systems only have md5(3) functions and the corresponding command is something different. ok miod@
2001-10-02[install seems to have been missed by cvs yesterday]Miod Vallat
- more 425e details - don't let people suppose our official CD-ROM set can boot on hp300 - fix the disklabel hp300-specific notes All of this suggested and reviewed by millert@ This commit finishes the distrib/notes autumn overhaul so far. Feel free to hunt for errors and typos of mine in them.
2001-10-02- fix a few typos in the hardware list and update itMiod Vallat
- doesn't shout, improve style a bit - mention you can boot from cd-rom. Really. Yes you can. - don't support upgrades from prehistoric versions (< 2.0), so don't babble about the partition ID change or the so-called new shared libraries - get more text sync'ed with other arches And with the help of mickey@ - don't mention you can install over NFS, none of the floppies or the cd-rom has nfs support Thanks to mickey@ for insightful feedback
2001-10-02Sync with OpenBSDUpgrade macro change. Explicitely provide all the mediaMiod Vallat
able to start an upgrade procedure.
2001-10-02Do not hardcode the ability to boot off a miniroot in the canonicalMiod Vallat
upgrade instructions. This will be needed for the i386 updates.
2001-10-02I'm so good I managed to cut'n'paste the same typo over all those files.Miod Vallat
2001-10-02More shared texts. Basically let modern arches with good hardware getMiod Vallat
rid of the ``you'd better know your disk geometry, serial number, date of manufacture, weight and temperature before installing, pal'' note.
2001-10-02Minor layout sync with sparc.Miod Vallat
2001-10-02Remove dangling references (see section foo with no section foo).Miod Vallat
2001-10-02Don't explain twice in 15 lines which models have sd and which modelsMiod Vallat
have wd, it's a bit exaggerate.
2001-10-02Your average close-to-release distrib/notes/FOO update.Miod Vallat
This time: - update hardware list, reorganize it more logically - gets most of the bsd.rd description and instructions on par with other arches - document hov to create a boot tape, and how to boot via s-records - tries to be more verbose about board setup This is still way too concise. If you write english better than me (trivial) and know mvme68k a bit, you're welcome to help fill the blanks. At least this is better than the existing instructions, and deraadt@ agrees.
2001-10-02- gets the installation notes more style-consistent with other archesMiod Vallat
- remove the note about ssl27.tgz - update the HD SC Setup url, complain about its insane length - random cleaning Miodspeak corrected by fries@
2001-10-02syncTheo de Raadt
2001-10-02more gnu/usr.bin before usr.binTheo de Raadt
2001-10-02- try to bo more explicit about disk naming conventionsMiod Vallat
- update the description of the ramdisk behaviour - fix a few typos or style issues - remove 1st-person "methinks" blabla from original author - shortens the upgrade description, remove completely obsolete stuff - don't tell the user thrice the differences between the ramdisk and the miniroot niklas@ and jj@ had no objections.
2001-10-02because usr.bin/grep now exists, crunch goes wrong, and we need to put ↵Theo de Raadt
gnu/usr.bin before usr.bin, until our grep replaces gnu grep