Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-01 | No longer mention the tools/ directory, which content is irrelevant those days; | Miod Vallat | |
forgotten during previous cleanups. | |||
2014-03-06 | cdemu dies | Theo de Raadt | |
2014-02-28 | update sets sizes | Miod Vallat | |
2014-02-27 | some basic notes on how to create a CD-ROM from an iso | Ted Unangst | |
2014-02-27 | tape references everywhere | Ted Unangst | |
2014-02-27 | missed some tape references | Ted Unangst | |
2014-02-27 | scary tables of isa port numbers are scary. | Ted Unangst | |
2014-02-27 | simpler dual boot instructions | Ted Unangst | |
2014-02-27 | Delete horrifically out of data add-on-peripheral lists; there are other | Theo de Raadt | |
places to check for this information, or trial and error, with error resulting in things getting fixed. Scary false warnings don't help anyone. Unmaintainable lists are always unmaintained. | |||
2014-02-27 | refer to the website for the support hardware list | Ted Unangst | |
2014-02-27 | nobody asks about parallel port zip drives anymore, nor are we planning | Ted Unangst | |
to support them | |||
2014-02-27 | delete old notes and long sections about old problems to reflect what | Ted Unangst | |
a new user is likely to need to know today | |||
2013-12-04 | committing uwe's autoinstall notes, as requested by deraadt; | Jason McIntyre | |
2013-07-26 | Minimalist update for 5.4. eyeballed deraadt@ | Miod Vallat | |
2013-03-14 | oh look, more hardware lists. urtw and urtwn | Ted Unangst | |
2013-02-25 | sets size updates | Miod Vallat | |
2013-02-09 | Update minimal disk and memory sizes to match the bsd.rd requirements | Miod Vallat | |
(especially on vax, where bsd.rd really needs 16MB to install nowadays although the system can live in less). While there, fix a few typos. | |||
2011-08-08 | Usual release distrib/notes churning. ok deraadt@ | Miod Vallat | |
2011-04-10 | I am only now noticing the number of sets have not been adjusted after the | Miod Vallat | |
removal of misc. Better late than never. | |||
2010-10-18 | the misc set went away | Theo de Raadt | |
2010-05-02 | simple modern trick (boot from usb). | Marc Espie | |
Windows 7 niceties: yep, it can resize partitions. okay jmc@, krw@, miod@ (some rewording by jmc@) | |||
2010-03-16 | Jumbo commit for 4.7 installation instructions: | Miod Vallat | |
- do not mention tape as an installation media on systems where it is very unlikely that a tape drive can be connected to (i.e. anything with only USB as expansion capabilities) - do not mention that fetching the installation sets from a partition is ``for upgrades only''. You may do this for installation, but of course you can not use a partition which will be newfs'ed for that purpose. - mention ext2fs partitions as possible installation sets source only on platforms where the installation media actually can mount an ext2fs filesystem. - stress the fact that the sparc miniroot image is a GENERIC kernel with a little on-disk filesystem, and not a RAMDISK kernel with a little in-memory filesystem, and thus must not be overwritten during installation (i.e. be careful if you repartition the disk the miniroot has been put on). - more conv=sync -> conv=osync for tape setup instructions. - model-specific layout changes on armish, loongson and socppc instructions. - fix various typos and grammar mistaeks. "sure" deraadt@ (without eyeballing) | |||
2010-03-07 | Update sets sizes. | Miod Vallat | |
2009-10-10 | Fix a quoting typo in comments | Miod Vallat | |
2009-05-16 | i386 GENERIC uses the APIC now, so the last paragraph talking of | Stuart Henderson | |
differences with MP is now outdated - remove it. ok miod@ | |||
2009-05-13 | Better disk partitioning details, especially for MBR + disklabel or | Miod Vallat | |
HFS + disklabel setups. | |||
2009-05-12 | Try to catch up with installer changes in the installation notes. | Miod Vallat | |
Also, the per-platform features are moved to a common place, which makes the MD layout easier to work on. m4.common is still a tangled mess of subtly placed dnl, though... | |||
2009-04-09 | Don't try to keep in sync with the man page device lists for | Jonathan Gray | |
802.11 wireless as chipsets used and products change rapidly, but rather display just a list of the supported chipsets like we do in www. Discussed with jmc and deraadt | |||
2009-03-28 | sync the rum(4) and run(4) lists; | Jason McIntyre | |
2009-03-27 | update the lists of wireless devices; | Jason McIntyre | |
2009-03-26 | +CACE AirPcap Nx otus(4) | Jason McIntyre | |
2009-03-24 | +otus(4) | Jason McIntyre | |
2009-03-14 | run devices, harvested from run.4; | Jason McIntyre | |
2009-02-28 | Update sets sizes. | Miod Vallat | |
2008-11-27 | Netgear WG111v2 is not supported by upgt(4), apparently; | Jason McIntyre | |
2008-11-23 | update ral cardbus list; | Jason McIntyre | |
2008-10-16 | Clarify and modernize some language about disk layout and the interactive | Kenneth R Westerback | |
label editor. Prompted by comments from Rad Ricka. Suggestions from jmc@, deraadt@ and Rad. ok deraadt@ | |||
2008-09-23 | +Philips SNU6500 to the uath(4) list; | Jason McIntyre | |
2008-09-11 | +SparkLAN WCFM-100 to the malo(4) list; | Jason McIntyre | |
2008-08-19 | +D-Link DWA-110 to the rum(4) list; | Jason McIntyre | |
2008-08-11 | +Longshine LCS-8031N to the ral(4) list; | Jason McIntyre | |
2008-08-07 | Add a little section about ACPI, explaining that disabling ACPI might help | Miod Vallat | |
troubleshooting interrupt problems on some machines, and insist people should report such problems or they'll never get fixed. Final commit to the installation notes for this release. ok deraadt@ | |||
2008-08-06 | Update sets sizes. | Miod Vallat | |
2008-08-06 | Minor random tweaks and fixes. | Miod Vallat | |
2008-08-06 | Foreign partition on MBR partition tables are put in default disklabels | Miod Vallat | |
from partition `i' onwards, not `h' onwards. | |||
2008-08-05 | Better description of the installation steps: | Miod Vallat | |
- document questions in proper order: hostname before network configuration, DNS only if network is configured, sshd and ntpd, aperture only on machines which need it, serial console only on machines which need it. This is done by splitting the end of OpenBSDCommonURL in various macros, OpenBSDInstallWrapup, OpenBSDInstallAperture, OpenBSDInstallConsole and OpenBSDInstallWrapupPart2. - use the above macros when appropriate, OpenBSDInstallWrapup* being mandatory on all arches. - remove serial console configuration blurb on sparc and sparc64, it is handled by OpenBSDInstallConsole now. | |||
2008-07-27 | +I-O DATA WN-G54/CF to the malo(4) list; | Jason McIntyre | |
2008-06-29 | +Belkin F5D9050C and sort the list; | Jason McIntyre | |
2008-06-26 | Mention Geode LX audio | Marc Balmer | |
2008-06-13 | sync the wireless list; | Jason McIntyre | |