diff options
Diffstat (limited to 'distrib/notes/macppc')
-rw-r--r-- | distrib/notes/macppc/contents | 6 | ||||
-rw-r--r-- | distrib/notes/macppc/features | 40 | ||||
-rw-r--r-- | distrib/notes/macppc/install | 36 |
3 files changed, 53 insertions, 29 deletions
diff --git a/distrib/notes/macppc/contents b/distrib/notes/macppc/contents index 1071eed43d1..ee5f30cefc2 100644 --- a/distrib/notes/macppc/contents +++ b/distrib/notes/macppc/contents @@ -1,4 +1,4 @@ -dnl $OpenBSD: contents,v 1.24 2009/02/28 20:53:00 miod Exp $ +dnl $OpenBSD: contents,v 1.25 2009/05/12 21:06:50 miod Exp $ TopPart OpenBSDdistsets @@ -17,9 +17,9 @@ dnl bsd.tbxi DistributionDescription(eleven) -OpenBSDbase(62017179,180003616,shared) +OpenBSDbase(62017179,180003616) -OpenBSDcomp(111483183,281809861,shared) +OpenBSDcomp(111483183,281809861) OpenBSDetc(516479,1539387) diff --git a/distrib/notes/macppc/features b/distrib/notes/macppc/features new file mode 100644 index 00000000000..48efb0088d0 --- /dev/null +++ b/distrib/notes/macppc/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/macppc/ramdisk/install.md +dnl and the list files in +dnl src/distrib/macppc/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-:},1)dnl +dnl +dnl define if SMP kernels are provided +define({:-MDSMP-:},1)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-:},1)dnl +dnl +dnl define if the X server can start without a configuration file +define({:-MDXDM-:},)dnl diff --git a/distrib/notes/macppc/install b/distrib/notes/macppc/install index ba279dd0907..2c08a30d5a9 100644 --- a/distrib/notes/macppc/install +++ b/distrib/notes/macppc/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.28 2008/10/16 00:05:09 krw Exp $ +dnl $OpenBSD: install,v 1.29 2009/05/12 21:06:50 miod Exp $ OpenBSDInstallPrelude Before you begin, you should decide if OpenBSD is to be installed @@ -33,15 +33,9 @@ OpenBSDInstallPart2 (Refer to "Preparing your System for OpenBSD Installation" above for information on how to access and boot from Open Firmware.) -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 @@ -109,9 +103,9 @@ 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 DOS or Linux - partitions defined on the disk, these will usually show up as - partition 'i', 'j' and so on. +OpenBSDInstallPart5({:- + If you have DOS or Linux partitions defined on the disk, these + will usually show up as partition 'i', 'j' and so on.-:}) OpenBSD/MACHINE can share a disk with Mac OS or Mac OS X by using an HFS partitioned disk. For proper layout, the disk should be @@ -125,32 +119,22 @@ OpenBSDInstallPart4({:- If you have DOS or Linux If the disk is partitioned using MBR, the bootloader is automatically installed. However because fdisk is not LBA knowledgeable it may be necessary to run the 'b' command in - disklabel to allow OpenBSD to use the entire disk.-:}) - -OpenBSDInstallPart5(wd0) + disklabel to allow OpenBSD to use the entire disk. -OpenBSDInstallNet({:-CD-ROM, -:}) +OpenBSDInstallPart6({:-CD-ROM, -:}) OpenBSDFTPInstall OpenBSDHTTPInstall -OpenBSDTAPEInstall - OpenBSDCDROMInstall OpenBSDDISKInstall(,,{:- or MS-DOS-:}) -OpenBSDCommonFS +OpenBSDCommonInstall -OpenBSDCommonURL +OpenBSDTAPEInstall OpenBSDInstallWrapup -OpenBSDInstallAperture - -OpenBSDInstallConsole - -OpenBSDInstallWrapupPart2 - OpenBSDCongratulations |