summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2001-04-25General cleanup and updates here too, ok deraadt@Miod Vallat
2001-04-25Last update before release.Miod Vallat
2001-04-25move txp from unsupported but lotsa questions about... to supportedJason Wright
more consistent handling of "including" vs "including:"
2001-04-24Clean up spelling, some punctuation.Dale Rahn
2001-04-24No need to keep installation notes for architectures we neverMiod Vallat
have supported.
2001-04-24Update supported hardware list, fix typos, use m4.common macrosMiod Vallat
whenever possible, remove obsolete information, etc. ok fries@
2001-04-24Update introduction text.Miod Vallat
ok fries@
2001-04-24Update floppy disk descriptions.Miod Vallat
Add a macro to document floppyC. Add a macro to document generic upgrade instructions. Fix a few typos. ok fries@
2001-04-24More explaination/better wording on what is necessary for shared disks.Dale Rahn
2001-04-24Update whatis to include details of what has changed between 2.8 and 2.9Dale Rahn
for powerpc
2001-04-24Major update to powerpc specific distribution notes.Dale Rahn
Minor tweaking may be necessary but this is the mass of the change.
2001-04-24update, etcHugh Graham
2001-04-23crank crypto lib version, just in caseTheo de Raadt
2001-04-23crank ssl lib version, just in caseTheo de Raadt
2001-04-22Update VAX installation notes:Miod Vallat
- sync supported hardware list with web page - use m4.common macros whenever possible - mention sets size (might need an update) - mention serial console is compulsory, and might need some hardware setup hugh@ ok, said more text to come soon, too.
2001-04-22Sync with mirror list.Miod Vallat
2001-04-21syncTheo de Raadt
2001-04-20Cleanup, new features, shrinkage.Kenneth R Westerback
Remove chunk of commented out, unused code. Add _didnet=1 to enable_network() so that ftp upgrade does not ask for network information it already has. Tell a user that selects the http installation method that the files will be downloaded via http. Suppress all 'softdep' options in fstab_shadow so there are no warnings when the filesystems are mounted. Suppress all non-ffs (including nfs, ufs) filesystems from fstab_shadow. Ufs was never used to install OpenBSD. Suppress all 'noauto' filesystems from fstab_shadow. Reword some comments and messages, esp. the one just before the offer to edit fstab. Punch up the fact that the fstab will not be saved, mention that non-ffs and noauto filesystems will be ignored. Move /usr/X11R6/lib/X11/{rstart,twm,xkb,xsm,xinit} directories to /usr/X11R6/lib/X11/XF3{rstart,twm,xkb,xsm,xinit} and replace with links. Links can be overwritten during upgrade. Directories can't. This enables the upgrade from XFree86 3.x to XFree86 4.x. ok deraadt@ millert@
2001-04-19strip comments, as on the alpha; millert okTheo de Raadt
2001-04-18syncTheo de Raadt
2001-04-17Spelling, typos, etc; mpech@prosoft.org.lvAaron Campbell
2001-04-17sync vaxHugh Graham
2001-04-17- apple -> AppleBrad Smith
- kernel boot -> bootloader -- Ok'd by: drahn@
2001-04-17syncTheo de Raadt
2001-04-17Add eject to the powerpc ramdisk, mt is already there, so it is basicallyDale Rahn
free. Allows ejecting of CDROMs on slot loading systems without an eject button.
2001-04-17Do not claim that a user will not be able to boot from the hard driveDale Rahn
because they installed on a HFS partitioned disk, tell them that they have to set it up by copying 'ofwboot' to the first HFS partition.
2001-04-17Flush the in-core disklabel when running disklabel without the -r option,Dale Rahn
such as editing a HFS partitioned disk. This is necessary because the OpenBSD partition entry in the HFS label may have just been added and the old disklabel did not contain the entry.
2001-04-16Fix a couple of nits: delete some unnecessary commas andKenneth R Westerback
only print a 'Done.' for fsck'ing if fsck'ing is actually attempted. ok deraadt@
2001-04-16syncTheo de Raadt
2001-04-15syncTheo de Raadt
2001-04-15move to 2.9-betaTheo de Raadt
2001-04-14syncTheo de Raadt
2001-04-13syncTheo de Raadt
2001-04-13Minor typos & cleanup.Kenneth R Westerback
Fix a couple of missing closing quotes in the MBR partitioning routine. Ensure that all questions posed have a space after the closing ']'. makeing -> making. ok drahn@
2001-04-11syncTheo de Raadt
2001-04-10syncTheo de Raadt
2001-04-09only put wicontrol (and ancontrol now too) on floppyCTheo de Raadt
2001-04-08syncTheo de Raadt
2001-04-05syncTheo de Raadt
2001-04-03syncTheo de Raadt
2001-04-02syncTheo de Raadt
2001-03-29An INIC-940 based card supplied by Initio proves that the iha driverKenneth R Westerback
does support both INIC-940 and INIC-950 chips. So allow iha to recognize and claim INIC-940 based cards, and change documentation to reflect new support. Thanks to Initio for providing the card to test.
2001-03-28Fix the packages information for ``compound'' architectures (i.e.Miod Vallat
m68k or mips-based) to show correct paths. Problem found by jj@, ok fries@
2001-03-27syncTheo de Raadt
2001-03-27syncTheo de Raadt
2001-03-26spellingTodd T. Fries
2001-03-26syncTheo de Raadt
2001-03-25Check in tested version of install.md, one without syntax errors.Dale Rahn
Clean up print on install query. add var/db for mtree on ramdisk to support dhcp.
2001-03-25pppd was removed in the previous commit, however it was not removedDale Rahn
cleanly, chat was left. pppd does not make sense on systems without working serial or modem support.
2001-03-24First cut at HFS shared parition capable ramdisk.Dale Rahn
Documentation needs to be enhanced to reflect how to use this properly. Still one major issue with kernel recognizing new disklabel after disk is modified with pdisk. MD label handing in the install.md still needs to be cleaned up.