| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
of unix arcana, we will not condescend to tell you how. why spoil the fun?
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
HFS + disklabel setups.
|
|
|
|
|
|
| |
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...
|
|
|
|
|
|
|
|
| |
label editor. Prompted by comments from Rad Ricka.
Suggestions from jmc@, deraadt@ and Rad.
ok deraadt@
|
|
|
|
| |
from partition `i' onwards, not `h' onwards.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
instead of a mix of vt100 and vt220.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 (-:
|
|
|
|
| |
ok drahn@
|
|
|
|
| |
ok miod@ deraadt@
|
|
|
|
| |
ok miod@
|
|
|
|
| |
ok miod@
|
|
|
|
| |
ok drahn@ miod@
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
partitioned disks.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
No text changes except for harmonization, and the blurb about network
interface flags has bene slightly changed for some arches.
|
| |
|
|
|
|
| |
ok miod@ (with the requested fixes).
|
|
|
|
|
| |
instead of the potentially dangerous delete and add.
Changes by Alexander Guy.
|
| |
|
|
|
|
|
| |
rid of the ``you'd better know your disk geometry, serial number, date
of manufacture, weight and temperature before installing, pal'' note.
|
|
|
|
|
|
|
|
| |
- 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@
|
|
|
|
|
|
| |
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.
|
|
|