diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-05-12 21:06:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-05-12 21:06:52 +0000 |
commit | 4bd4f59da1c92d5b558c52d635c025034fbda35e (patch) | |
tree | 6df3c6c273de222204a033e9451eb25e770f7523 /distrib/notes/mac68k | |
parent | 8203708055a4de06b9a2f1753a6c2d2090d94394 (diff) |
Try to catch up with installer changes in the installation notes.
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...
Diffstat (limited to 'distrib/notes/mac68k')
-rw-r--r-- | distrib/notes/mac68k/contents | 6 | ||||
-rw-r--r-- | distrib/notes/mac68k/features | 40 | ||||
-rw-r--r-- | distrib/notes/mac68k/install | 26 |
3 files changed, 50 insertions, 22 deletions
diff --git a/distrib/notes/mac68k/contents b/distrib/notes/mac68k/contents index 3eb17c188d7..2b1b94bc72c 100644 --- a/distrib/notes/mac68k/contents +++ b/distrib/notes/mac68k/contents @@ -1,4 +1,4 @@ -dnl $OpenBSD: contents,v 1.50 2009/02/28 20:53:00 miod Exp $ +dnl $OpenBSD: contents,v 1.51 2009/05/12 21:06:50 miod Exp $ TopPart OpenBSDdistsets @@ -21,9 +21,9 @@ OpenBSDrd DistributionDescription(eleven) -OpenBSDbase(49888006,160478255,shared) +OpenBSDbase(49888006,160478255) -OpenBSDcomp(59123843,199085530,shared) +OpenBSDcomp(59123843,199085530) OpenBSDetc(511799,1522575) diff --git a/distrib/notes/mac68k/features b/distrib/notes/mac68k/features new file mode 100644 index 00000000000..b8bc75ef199 --- /dev/null +++ b/distrib/notes/mac68k/features @@ -0,0 +1,40 @@ +dnl $OpenBSD: features,v 1.1 2009/05/12 21:06:50 miod Exp $ +dnl +dnl This file lists almost all the conditional features of this port, +dnl which are used to provide accurate installation notes. +dnl +dnl Information about the installer script features should be in sync with +dnl src/distrib/mac68k/ramdisk/install.md +dnl and the list files in +dnl src/distrib/mac68k/ramdisk/list +dnl +dnl ==== +dnl +dnl architecture name (for the packages directory) +define({:-MACHINE_ARCH-:},m68k)dnl +dnl +dnl define if /sbin/kbd exists on the media +define({:-MDKBD-:},)dnl +dnl +dnl define if serial consoles needs to be enabled in /etc/ttys +dnl (i.e. md_consoleinfo is not empty) +define({:-MDSERCONS-:},)dnl +dnl +dnl define if SMP kernels are provided +define({:-MDSMP-:},)dnl +dnl +dnl define if shared libraries are provided +define({:-MDSO-:},1)dnl +dnl +dnl define if some media have timezone information (TZ in their list) +define({:-MDTZ-:},)dnl +dnl +dnl define if glass console is possible +dnl (XXX does not imply availablity of X servers though) +define({:-MDX-:},1)dnl +dnl +dnl define if the X server can-:}t start until machdep.allow_aperture is set +define({:-MDXAPERTURE-:},)dnl +dnl +dnl define if the X server can start without a configuration file +define({:-MDXDM-:},)dnl diff --git a/distrib/notes/mac68k/install b/distrib/notes/mac68k/install index 2f2d17a357c..411cfc0a3e2 100644 --- a/distrib/notes/mac68k/install +++ b/distrib/notes/mac68k/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.37 2008/08/06 20:30:08 miod Exp $ +dnl $OpenBSD: install,v 1.38 2009/05/12 21:06:50 miod Exp $ OpenBSDInstallPrelude OpenBSDInstallPart2 @@ -10,15 +10,9 @@ OpenBSDInstallPart2 Performa 476 models it is also necessary to activate the video address hack. Now boot the kernel. -OpenBSDBootMsgs(,"sd0") +OpenBSDInstallPart3(,"sd0") - You will next be asked for your terminal type. If you are - installing from a non-serial console, the default of "vt220" - is correct. If you are installing from a serial console - you should choose the terminal type from amongst those listed. - (If your terminal type is xterm, just use vt220.) - -OpenBSDInstallPart3 +OpenBSDInstallPart4 Next you will have to edit or create a disk label for the disk OpenBSD is being installed on. You will first be given an @@ -76,37 +70,31 @@ OpenBSDInstallPart3 OpenBSD_Swap 'b'. For any other slice do not set any bzb value ('c') except for OpenBSD_Usr, which can be set to 'g'. -OpenBSDInstallPart4 +OpenBSDInstallPart5 OpenBSD/MACHINE can share a disk with Mac OS by using an HFS partitioned disk. For proper layout, the disk should be partitioned with Mac OS first with unused space where OpenBSD can be installed. -OpenBSDInstallPart5(sd0) - -OpenBSDInstallNet({:CD-ROM, NFS, -:}) +OpenBSDInstallPart6({:CD-ROM, NFS, -:}) OpenBSDFTPInstall OpenBSDHTTPInstall -OpenBSDTAPEInstall - OpenBSDCDROMInstall OpenBSDNFSInstall dnl Not supported dnl OpenBSDDISKInstall(,{:-only -:}) -OpenBSDCommonFS(NFS) +OpenBSDCommonInstall -OpenBSDCommonURL +OpenBSDTAPEInstall OpenBSDInstallWrapup -OpenBSDInstallWrapupPart2 - Once the installation is complete, reboot into Mac OS, and start the BSD/Mac68k Booter again. This time, point to the OpenBSD kernel location on its own partition. You will have to change the kernel name to "bsd" |