diff options
Diffstat (limited to 'distrib/notes/mvme68k')
-rw-r--r-- | distrib/notes/mvme68k/contents | 6 | ||||
-rw-r--r-- | distrib/notes/mvme68k/features | 40 | ||||
-rw-r--r-- | distrib/notes/mvme68k/install | 26 |
3 files changed, 50 insertions, 22 deletions
diff --git a/distrib/notes/mvme68k/contents b/distrib/notes/mvme68k/contents index 186b7ccdbf7..e6415f3ac59 100644 --- a/distrib/notes/mvme68k/contents +++ b/distrib/notes/mvme68k/contents @@ -1,4 +1,4 @@ -dnl $OpenBSD: contents,v 1.33 2009/02/28 20:53:00 miod Exp $ +dnl $OpenBSD: contents,v 1.34 2009/05/12 21:06:50 miod Exp $ TopPart OpenBSDdistsets @@ -25,9 +25,9 @@ Useful Media" for more information. DistributionDescription(eleven) -OpenBSDbase(49804334,160362444,shared) +OpenBSDbase(49804334,160362444) -OpenBSDcomp(59120349,199074790,shared) +OpenBSDcomp(59120349,199074790) OpenBSDetc(510472,1358753) diff --git a/distrib/notes/mvme68k/features b/distrib/notes/mvme68k/features new file mode 100644 index 00000000000..7b23f672c29 --- /dev/null +++ b/distrib/notes/mvme68k/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/mvme68k/ramdisk/install.md +dnl and the list files in +dnl src/distrib/mvme68k/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-:},)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/mvme68k/install b/distrib/notes/mvme68k/install index 4af1f991f3d..a5e8020f9a7 100644 --- a/distrib/notes/mvme68k/install +++ b/distrib/notes/mvme68k/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.33 2009/03/01 22:08:10 miod Exp $ +dnl $OpenBSD: install,v 1.34 2009/05/12 21:06:50 miod Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way @@ -251,41 +251,29 @@ OpenBSDInstallPart2 diskless setup isn't correct, or you may have a hardware or configuration problem. -OpenBSDBootMsgs(,"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 +OpenBSDInstallPart3(,"sd0") OpenBSDInstallPart4 -OpenBSDInstallPart5(sd0) +OpenBSDInstallPart5 -OpenBSDInstallNet({:-CD-ROM, NFS, -:}) +OpenBSDInstallPart6({:-CD-ROM, NFS, -:}) OpenBSDFTPInstall OpenBSDHTTPInstall -OpenBSDTAPEInstall(3) - OpenBSDCDROMInstall OpenBSDNFSInstall OpenBSDDISKInstall(,{:-only -:}) -OpenBSDCommonFS(NFS) - -OpenBSDCommonURL +OpenBSDTAPEInstall(3) -OpenBSDInstallWrapup +OpenBSDCommonInstall -OpenBSDInstallWrapupPart2 +OpenBSDInstallWrapup OpenBSDCongratulations |