diff options
Diffstat (limited to 'distrib/notes/socppc')
-rw-r--r-- | distrib/notes/socppc/contents | 6 | ||||
-rw-r--r-- | distrib/notes/socppc/features | 40 | ||||
-rw-r--r-- | distrib/notes/socppc/install | 28 |
3 files changed, 51 insertions, 23 deletions
diff --git a/distrib/notes/socppc/contents b/distrib/notes/socppc/contents index ef5c46cc9c5..0888fe08bb6 100644 --- a/distrib/notes/socppc/contents +++ b/distrib/notes/socppc/contents @@ -1,4 +1,4 @@ -dnl $OpenBSD: contents,v 1.5 2009/02/28 20:53:00 miod Exp $ +dnl $OpenBSD: contents,v 1.6 2009/05/12 21:06:51 miod Exp $ TopPart OpenBSDdistsets @@ -14,9 +14,9 @@ OpenBSDrd DistributionDescription(eleven) -OpenBSDbase(61568543,179178806,shared) +OpenBSDbase(61568543,179178806) -OpenBSDcomp(111476336,281757131,shared) +OpenBSDcomp(111476336,281757131) OpenBSDetc(516077,1538641) diff --git a/distrib/notes/socppc/features b/distrib/notes/socppc/features new file mode 100644 index 00000000000..4710a3ab101 --- /dev/null +++ b/distrib/notes/socppc/features @@ -0,0 +1,40 @@ +dnl $OpenBSD: features,v 1.1 2009/05/12 21:06:51 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/socppc/ramdisk/install.md +dnl and the list files in +dnl src/distrib/socppc/ramdisk/list +dnl +dnl ==== +dnl +dnl architecture name (for the packages directory) +define({:-MACHINE_ARCH-:},powerpc)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/socppc/install b/distrib/notes/socppc/install index 203c2328702..9c71ec64cf2 100644 --- a/distrib/notes/socppc/install +++ b/distrib/notes/socppc/install @@ -1,17 +1,11 @@ -dnl $OpenBSD: install,v 1.3 2008/10/16 00:05:09 krw Exp $ +dnl $OpenBSD: install,v 1.4 2009/05/12 21:06:51 miod Exp $ OpenBSDInstallPrelude OpenBSDInstallPart2 -OpenBSDBootMsgs(,"wd0") +OpenBSDInstallPart3(,"wd0") - 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. If there are any existing @@ -27,13 +21,11 @@ OpenBSDInstallPart3 correct this. Note that you should make OpenBSD be the active partition at least until the install has been completed. -OpenBSDInstallPart4({:- If you have Linux partitions - defined on the disk, these will usually show up as partition - 'h', 'i' and so on.-:}) - -OpenBSDInstallPart5(wd0) +OpenBSDInstallPart5({:- + If you have Linux partitions defined on the disk, these will + usually show up as partition 'i', 'j' and so on.-:}) -OpenBSDInstallNet({:-CD-ROM, -:},nofloppy) +OpenBSDInstallPart6({:-CD-ROM, -:}) OpenBSDFTPInstall @@ -43,12 +35,8 @@ OpenBSDCDROMInstall OpenBSDDISKInstall({:-"wdN" or -:},,{:-, Linux (ext2) or MS-DOS-:}) -OpenBSDCommonFS - -OpenBSDCommonURL +OpenBSDCommonInstall OpenBSDInstallWrapup -OpenBSDInstallWrapupPart2 - OpenBSDCongratulations |