summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2003-11-10A futile attempt to make very clear that, for upgrades to work, you reallyMiod Vallat
need to enable a.out emulation first. Although this warning section USES A FEW ALL CAPS WORDS, it is likely to be skipped by the hasty user.
2003-11-03syncOtto Moerbeek
ok deraadt@
2003-11-03Slight touchesMiod Vallat
2003-11-03For some reason, texts were duplicated.Miod Vallat
For some reason, texts were duplicated.
2003-11-03spelling fix in commentsDavid Krause
2003-10-31Set fix, initial version was out of date.Dale Rahn
2003-10-31Missing 'empty' files.Dale Rahn
2003-10-31syncOtto Moerbeek
2003-10-31OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc.Dale Rahn
2003-10-31OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc.Dale Rahn
2003-10-31OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppcDale Rahn
2003-10-30syncTheo de Raadt
2003-10-27Add -x flag to extract the ramdisk filesystem from bsd.rd; OK deraadt@Todd C. Miller
2003-10-27syncTheo de Raadt
2003-10-22syncTheo de Raadt
2003-10-21syncTheo de Raadt
2003-10-20syncTheo de Raadt
2003-10-19typo from Jared Yanovich;Jason McIntyre
2003-10-16VT8231 is supported by viaenv(4)Alexander Yurchenko
2003-10-15ok it is OpenBSD's 8th birthdayTheo de Raadt
a bit of silliness is permitted change mvme* to install bootblocks with correct path ok drahn, and some others.. not sure who, because it is hard to check my mail from the blackberry I am commiting this from, over ssh of course... hmmmm mcnalleyes....
2003-10-13syncTheo de Raadt
2003-10-12Cleanup and shrinkage:Kenneth R Westerback
1) Eliminate 'WARNING: Disk xxx has no label.' message. When installing OpenBSD this is a normal condition not worth commenting on. From some discussion on hackers/icb. 2) Use consistant verbiage and case statement when checking the disklabel. 3) Consistantly suppress output of 'disklabel -W', reducing duplicate messages like '# using MBR partition ...' which are issued again when the 'disklabel -f ...' command is executed. 4) Usual code rectifications - eliminate extra {}'s, multiple echos elimination, etc.
2003-10-10Basically a rewrite to eliminate confusing logic and excess verbiage.Kenneth R Westerback
Testing by nick@, 'just put it in' drahn@.
2003-10-09Sync m68k includesMiod Vallat
2003-10-09syncTheo de Raadt
2003-10-08syncTheo de Raadt
2003-10-07syncTheo de Raadt
2003-10-06remove ftp.calyx.nl and mirrors.serveftp.org from here as wellDavid Krause
2003-10-04more typos; PR3507, From: tom.cosgrove@arches-consulting.comHenning Brauer
2003-10-03syncTheo de Raadt
2003-10-02Cardbus -> CardBus to match the rest.Federico G. Schwindt
2003-10-02typo; from tom.cosgrove at arches-consulting dot com. PR/3504.Federico G. Schwindt
2003-10-01Do not include mount_nfs on sparc bsd.rd and floppies, as they are missingMiod Vallat
NFS support ; however, miniroot has proper NFS support. ok deraadt@ some time ago
2003-10-01Really enable upgrades on hppa install media.Miod Vallat
2003-10-01There were a couple of mistakes in the "installing from solaris" sectionMiod Vallat
reported on sparc@.
2003-09-30syncTheo de Raadt
2003-09-28Stub out mvmeppc install.md as it currently isKenneth R Westerback
a) Completely wrong since mvmeppc never did support MacOS/HFS. b) Unused, as the mvmeppc port is in 'limbo'. c) In need of a complete re-write when mvmeppc comes out of limbo. d) An exact duplicate of macppc/ramdisk/install.md, i.e. without any independant imbedded knowledge. ok miod@.
2003-09-28sync after mtd(4) update; ok deraadt@Alexander Yurchenko
2003-09-27document support for the D-Link DFE-690TXD 10/100 Ethernet adapter.Federico G. Schwindt
2003-09-26syncOtto Moerbeek
ok deraadt@
2003-09-26Fix typo: 'Which disk do you wish to initialize??' -> '... initialize?'.Kenneth R Westerback
Only appeared when non-boot disks were initialized.
2003-09-24hifn(4) is only in GENERICJason Wright
2003-09-24Hifn 7955 and 7956 (aka soekris vpn1401/1411)Jason Wright
2003-09-22Introduce a function ask_yn() to use when asking 'yes or no'Kenneth R Westerback
questions. ask_yn() always returns a 'y' or 'n' in $resp, vastly simplifying the logic used to check the user response. ask_yn() insists on the user responding with a 'y', 'n', 'yes', or 'no'. Case is ignored. Previously almost any input was accepted as either a yes or a no depending on the question. ask_yn() reduces the chance of user error, e.g. by answering the next question (default route) instead of the posed one (Use DNS server now?). All 'yes or no' questions now use ask_yn(). All questions show the full default answer, i.e. 'yes' or 'no' rather than 'y' or 'n'. Some minor logic cleanups of the usual sort, but no changes to logic flow or questions bar minor verbiage adjustment. Inspired by a Bob Beck install nit.
2003-09-21Fix extraneous display of grep output when searching disklabel output forKenneth R Westerback
error information. Previously things like: disklabel: no disk label WARNING: Disk wd0 has no disk label. You will be creating a new one. would be printed. Now the 'disklabel: no disk label' message is correctly sent to /dev/null. Take the opportunity to clean up a bit of code and formatting, making all the md_checkfordisklabel() functions as identical as possible.
2003-09-19Sync with 'modernization' changes to macppc. Also fix a couple of whitespaceKenneth R Westerback
typos in macppc. Cosmetic changes only, no semantic change. macppc and mvmeppc install.md now identical (again?).
2003-09-19Excise more unused code.Kenneth R Westerback
md_installboot() is only called from one place, with $ROOTDEV as the parameter. $ROOTDEV is guaranteed to be set to a valid device so don't bother testing it. And if the user deliberately unsets ROOTDEV the installboot will fail trying to use /dev/rc.
2003-09-18Excise unneeded, unused code.Kenneth R Westerback
ok mickey@.
2003-09-17remove ftp5.usa.openbsd.org for the time being until it gets moreTodd C. Miller
disk space. miod@ OK
2003-09-09do not defer * matching; from drahn, with some input from meTheo de Raadt