summaryrefslogtreecommitdiffstats
path: root/distrib/notes/macppc/install (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spelling/grammar fixestj2020-07-051-3/+3
|
* r1.45 of macppc install.md eliminated the verbiage exhorting userskrw2014-10-101-1/+4
| | | | | | | | | | | | to create an HFS partition with type AND name 'OpenBSD'. Worse, it added checks to make sure the partition type and name were correct. Sevan Janiyan pointed out that the example in INSTALL.macppc did not show the 'n' command required to set the name of the OpenBSD partition to 'OpenBSD'. Thus leaving HFS users possibly puzzled over partitioning prerequisites. Add required command to example.
* you are still welcome to install from tape, but as befits an elite mastertedu2014-03-191-4/+2
| | | | of unix arcana, we will not condescend to tell you how. why spoil the fun?
* committing uwe's autoinstall notes, as requested by deraadt;jmc2013-12-041-1/+5
|
* Jumbo commit for 4.7 installation instructions:miod2010-03-161-2/+4
| | | | | | | | | | | | | | | | | | | | | - 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)
* Better disk partitioning details, especially for MBR + disklabel ormiod2009-05-131-53/+70
| | | | HFS + disklabel setups.
* Try to catch up with installer changes in the installation notes.miod2009-05-121-26/+10
| | | | | | 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...
* Clarify and modernize some language about disk layout and the interactivekrw2008-10-161-7/+2
| | | | | | | | label editor. Prompted by comments from Rad Ricka. Suggestions from jmc@, deraadt@ and Rad. ok deraadt@
* Foreign partition on MBR partition tables are put in default disklabelsmiod2008-08-061-2/+2
| | | | from partition `i' onwards, not `h' onwards.
* Better description of the installation steps:miod2008-08-051-1/+9
| | | | | | | | | | | | | - 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.
* Suggest vt220 as a TERM value for serial-console-in-an-xterm setup everywheremiod2008-03-101-3/+6
| | | | instead of a mix of vt100 and vt220.
* Your spring jumbo m4-fu. This time:miod2007-03-011-4/+4
| | | | | | | | | | | | | | | | | - mention comp contains an objective-C compiler too. - rewrite InstallPrelude so that it will only output the ``know your drive geometry'' blurb if asked to, and for a specified disk type. Use it for non-IDE and non-SCSI disks only, otherwise the kernel is good enough to do the job without the users' help. - similarily, adapt BootMsgs to make the second part of the geometry blurb optional, and to accept up to three disk types. Use this to report better disk names (i.e. no point saying an scsi disk would show up as sd0 on platforms which can't have scsi disks, or won't be able to boot from them). - in InstallPart4, drop the part about block and fragment sizes in disklabel. The defaults are good, and you won't get to change them unless you switched to expert mode. - the default answer to ``wanna get the ftp mirror list, unzel?'' is ``no'', so pressing enter to get it is not enough anymore (-:
* Normalise to "Open Firmware".tom2004-05-241-2/+2
| | | | ok drahn@
* Various typostom2004-03-251-2/+2
| | | | ok miod@ deraadt@
* grammar, consistency fixes, and typos;jmc2004-03-171-6/+6
| | | | ok miod@
* typos and consistency fixes;jmc2004-03-161-2/+2
| | | | ok miod@
* MacOS -> Mac OS;xsa2004-03-151-12/+12
| | | | ok drahn@ miod@
* More notes^Wtypos in the partitions...miod2004-01-201-2/+2
|
* macppc disks are more likely to be wd0 than sd0...miod2004-01-201-2/+2
|
* Tweak a few texts to cope with the fact that we ship official OpenBSD CD-ROMmiod2003-03-241-2/+2
| | | | | | and bootable CD-ROM mini images on some platforms, too. Mention such a mini image for alpha, consistent spelling of CD-ROM, and a few minor updates not worth mentioning I had lying in my tree.
* No matter what I do, typos in parition always make their apparition.miod2002-12-281-4/+4
|
* Better wording, from brad@drahn2002-10-261-4/+4
|
* Talk about sharing a disk with MacOS and how to use all of the disk with MBRdrahn2002-10-251-5/+14
| | | | partitioned disks.
* knftodd2002-06-091-17/+17
|
* Since the installation procedure will list all the supported media flagsmiod2002-04-091-4/+2
| | | | | | | | | | | via ifconfig -m, there is no need to suggest canonical media flags on some arches, especially since the end user might have a different interface with different flags; instead, be more cosy and mention that looking at the manual page for the interface might be helpful for desperate cases. Thus, merge the OpenBSDInstallNet and OpenBSDInstallNet2 macros, and remove thde in-between text for the arches that had such a paragraph.
* cleanup. Add hme, adb trackpad, USB audio.drahn2002-04-021-2/+2
|
* Factorize more common texts from the ramdisk operation.miod2002-03-301-83/+17
| | | | | No text changes except for harmonization, and the blurb about network interface flags has bene slightly changed for some arches.
* Remove more mentions of NFS installation.miod2001-10-141-1/+1
|
* Improvements to macppc installation notesdrahn2001-10-141-5/+7
| | | | ok miod@ (with the requested fixes).
* Instruction to use the partition type rename operation for installationdrahn2001-10-121-22/+12
| | | | | instead of the potentially dangerous delete and add. Changes by Alexander Guy.
* Fix a few common typos and stuff related to tape installation.miod2001-10-061-6/+2
|
* More shared texts. Basically let modern arches with good hardware getmiod2001-10-021-4/+1
| | | | | rid of the ``you'd better know your disk geometry, serial number, date of manufacture, weight and temperature before installing, pal'' note.
* - update hardware list, mention some unsupported devices as well.miod2001-10-011-4/+5
| | | | | | | | - move open firmware 101 to the ``preparation'' section - don't try to scare people wanting to upgrade, it works well nowadays - remove the note about not being able to boot from a Zip disk. thanks to some feedback from drahn@
* Update the description of the bsd.rd miniroot behaviour (it will askmiod2001-10-011-24/+5
| | | | | | for a terminal first, then I/U/S). While there, remove a duplicated sentence on hp300 and add the complete bsd.rd installation description to the vax notes.
* Move powerpc install notes to macppc with the port rename.drahn2001-09-011-0/+242