diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-03-01 19:24:46 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-03-01 19:24:46 +0000 |
commit | fc7524a02d01315aabc4873853df64c53f6c7a4c (patch) | |
tree | 819452141611dfccabaf3ecc1d5402089459d754 /distrib/notes/amd64/install | |
parent | 6b0d7b8586b7504aec0473681826d34c4d642689 (diff) |
Your spring jumbo m4-fu. This time:
- 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 (-:
Diffstat (limited to 'distrib/notes/amd64/install')
-rw-r--r-- | distrib/notes/amd64/install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/amd64/install b/distrib/notes/amd64/install index 27e6347b70b..ec3efdfe331 100644 --- a/distrib/notes/amd64/install +++ b/distrib/notes/amd64/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.6 2005/03/18 23:40:35 miod Exp $ +dnl $OpenBSD: install,v 1.7 2007/03/01 19:24:45 miod Exp $ OpenBSDInstallPrelude If OpenBSD will be sharing the disk with another operating system, @@ -50,7 +50,7 @@ OpenBSDBootMsgs You will next be asked for your terminal type. You should just hit return to select the default (vt220). -OpenBSDInstallPart3({:- or "wd0" for IDE/RLL/ESDI/ST506 drives-:}) +OpenBSDInstallPart3 Next you will have to edit or create a disk label for the disk OpenBSD is being installed on. If there are any existing |