summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
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
2003-09-09Update sets sizes.Miod Vallat
2003-09-09Improve the upgrade helper scripts, which should now be tricky enough toMiod Vallat
scare anyone from upgrading, but then perform what they are supposed to do, contrary to the previous, simpler version which had issues. Joint effort by drahn@ and I.
2003-09-09Remove old disklabel description text we have no real use for at this point.Miod Vallat
with finishing touches and ok krw@
2003-09-07i386: Some more verbiage around i386 a.out -> ELF upgrades.Kenneth R Westerback
Sparc64: Mention Blade 100 problems with upgrading over the network vs non-serial console. ok miod@.
2003-09-07better upgrade media; miod@ okMichael Shalayeff
2003-09-07Wording; Martin ReindlMiod Vallat
2003-09-06cleanup.Dale Rahn
2003-09-06MD installation notes updates for 3.4, 3/3Miod Vallat
Describe with much more details how to successfully boot from various devices, including non-built-in ethernet or SCSI controllers; also hint that most of the MVME147 and the MVME187 can not netboot at all. This should be much, much more understandable (but we need to run this through a drunk pvalchev@ to be sure).
2003-09-06Do the ssl/openssl directory/link dance in both places it could occur,Kenneth R Westerback
/usr/include and /usr/libdata/perl5/site_perl/*-openbsd. Allows both base34 and comp34 to be upgraded from a stock install. ok deraadt@.
2003-09-06MD installation notes updates for 3.4, 2/3Miod Vallat
Mostly cosmetos.
2003-09-06MD Installation notes updates for 3.4, 1/3Miod Vallat
This mainly includes an hopefully helpful section about i386 upgrades, which I urge knowledgeable people and native english speakers to check out, in order to polish it soon enough.
2003-09-06oopsMiod Vallat
2003-09-06Various cosmetics.Miod Vallat
2003-09-06Add mvme88k to the "allarchs" target.Miod Vallat
2003-09-05Do not clean twice during make cleandirMiod Vallat
ok deraadt@
2003-09-05sync those shiny little markers telling you which drivers are (not)Henning Brauer
on which floppy with reality; ok miod@
2003-09-05add a null compressor from canacar@ that lets gzcat work with uncompressedTed Unangst
files. also introduce SMALLness that removes null and Z compressors to save floppy space. ok deraadt@
2003-09-04put escapes in the right place;Jason McIntyre
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4;