summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2001-10-14Solaris friendly update!Miod Vallat
- Provide typical Solaris command lines for creating floppies, dumping miniroots to disks, and filling tapes. - Make the tape generation script more versatile. - When SunOS add_client(8) is mentioned, mention Solaris share(1M) as well. - Add ``Installing from Solaris'' instructions for sparc and sparc64 ports - While there, slight fixes to the ``Installing from SunOS'' sections on sparc and sun3.
2001-10-14Typo.Miod Vallat
2001-10-14Sync package listing with root.mail.Miod Vallat
2001-10-14Use double quotes around the password variable--should close PR 2114Todd C. Miller
2001-10-13document strange PROM setup on machines before fist Solaris boot.Matthieu Herrb
Ok miod@, deraadt@
2001-10-13add more missing linksTheo de Raadt
2001-10-12Oops, forgot rcsidJason Wright
2001-10-12cdfs becomes minirootJason Wright
2001-10-12a little program for appending a ufs filesystem to the end of an ISOJason Wright
that knows how to modify the Sun already present disklabel to point at it. Based partly on mksunbootcd from netbsd and some trial and error (anyone need some coasters... I've got lots).
2001-10-12missing linksTheo de Raadt
2001-10-12repair (actually populate the ramdisk with devices and such)Jason Wright
2001-10-12Reduce block count to sync with disktabJason Wright
2001-10-12pretty and rename bsd.rd to bsd in the built fsJason Wright
2001-10-12Recurse into 'cdfs'Jason Wright
2001-10-12Stuff for building a small ufs filesystem suitable for stuffing on the end ↵Jason Wright
of a CD.
2001-10-12Instruction to use the partition type rename operation for installationDale Rahn
instead of the potentially dangerous delete and add. Changes by Alexander Guy.
2001-10-11Do *not* copy the possibly edited fstab back to disk afterKenneth R Westerback
promising this would not happen. Historically this was being done to preserve any ufs -> ffs changes the upgrade script had done, but the script has not done such changes for some time. ok millert@ deraadt@
2001-10-11More installation caveats:Miod Vallat
- some models (PCI mostly?) print a warning about the lack of counter-timer during boot, which can be safely ignored - using the floppy image as a miniroot, you might have to tell the kernel root and swap device information. Based on feedback from Jack Woehr <jax@purematrix.com>, thanks ! And now, a word from our sponsors: Are you reading source-changes@? Do you have full access to ultrasparc hardware? Now is your chance to become famous! Just try installing OpenBSD on your machine, by any method you can think of, and keep trying. Report your results to me (or sparc@), as well as errors or shortcomings in the installation notes, and your feedback might make it into the next set of installation notes, with appropriate credit!
2001-10-11Update X sets sizes, thanks to matthieu@Miod Vallat
2001-10-10Oopsie. twe is not on the floppies but still in GENERIC, of course, soMiod Vallat
clarify this.
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