diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-07-05 20:01:36 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-07-05 20:01:36 +0000 |
commit | 5ee92f04ccc54100eb21edc17b5d33bdf32b226b (patch) | |
tree | 830b434ea26837653a7d8764ad7631f4856f5812 /distrib/notes | |
parent | 4e5d4d9686c4c21075d500fdbd7e3123c68992e7 (diff) |
First stab at installation notes for OpenBSD/powerpc64.
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/powerpc64/contents | 20 | ||||
-rw-r--r-- | distrib/notes/powerpc64/features | 40 | ||||
-rw-r--r-- | distrib/notes/powerpc64/hardware | 4 | ||||
-rw-r--r-- | distrib/notes/powerpc64/install | 47 | ||||
-rw-r--r-- | distrib/notes/powerpc64/prep | 4 | ||||
-rw-r--r-- | distrib/notes/powerpc64/upgrade | 2 | ||||
-rw-r--r-- | distrib/notes/powerpc64/whatis | 4 | ||||
-rw-r--r-- | distrib/notes/powerpc64/xfer | 11 |
8 files changed, 132 insertions, 0 deletions
diff --git a/distrib/notes/powerpc64/contents b/distrib/notes/powerpc64/contents new file mode 100644 index 00000000000..0fc107a6b49 --- /dev/null +++ b/distrib/notes/powerpc64/contents @@ -0,0 +1,20 @@ +dnl $OpenBSD: contents,v 1.1 2020/07/05 20:01:35 kettenis Exp $ +TopPart + +OpenBSDminiroot + +OpenBSDdistsets + +OpenBSDbsd + +OpenBSDrd + +DistributionDescription(eight) + +OpenBSDbase(92997156,284219392) + +OpenBSDcomp(57727901,212260864) + +OpenBSDgame(2768356,9330688) + +OpenBSDman(7322823,31395840) diff --git a/distrib/notes/powerpc64/features b/distrib/notes/powerpc64/features new file mode 100644 index 00000000000..3a545ae2c22 --- /dev/null +++ b/distrib/notes/powerpc64/features @@ -0,0 +1,40 @@ +dnl $OpenBSD: features,v 1.1 2020/07/05 20:01:35 kettenis 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/powerpc64/ramdisk/install.md +dnl and the list files in +dnl src/distrib/powerpc64/ramdisk/list +dnl +dnl ==== +dnl +dnl architecture name (for the packages directory) +define({:-MACHINE_ARCH-:},MACHINE)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-:},1)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/powerpc64/hardware b/distrib/notes/powerpc64/hardware new file mode 100644 index 00000000000..f41340382cf --- /dev/null +++ b/distrib/notes/powerpc64/hardware @@ -0,0 +1,4 @@ +dnl $OpenBSD: hardware,v 1.1 2020/07/05 20:01:35 kettenis Exp $ +OpenBSD/MACHINE OSREV should work on all non-virtualized POWER9 +machines with OPAL firmware. This includes the Talos II and Blackbird +systems available from Raptor Computng Systems diff --git a/distrib/notes/powerpc64/install b/distrib/notes/powerpc64/install new file mode 100644 index 00000000000..1993903e7a3 --- /dev/null +++ b/distrib/notes/powerpc64/install @@ -0,0 +1,47 @@ +dnl $OpenBSD: install,v 1.1 2020/07/05 20:01:35 kettenis Exp $ +OpenBSDInstallPrelude + +OpenBSDInstallPart2 + +OpenBSDInstallPart3(,"sd0") + +OpenBSDInstallPart4 + +OpenBSDInstallMBRPart1 + +dnl OpenBSDInstallMBRPart2(indeed) + The fdisk(8) utility will be invoked to let you edit your MBR + partitioning. The current MBR partitions defined will be + displayed and you will be allowed to modify them, and add new + partitions. + + The setup will need two partitions, one 'OpenBSD' for the + OpenBSD/MACHINE installation, and one 'MSDOS' for the + bootloader. + + If you use the whole disk option, the install script + will create a small 'MSDOS' partition and use the rest of + the disk for the OpenBSD installation. + + After your OpenBSD MBR partition has been setup, the real + partition setup can follow. + +OpenBSDInstallPart5 + +OpenBSDInstallPart6({:-CD-ROM, -:}) + +OpenBSDURLInstall + +OpenBSDCDROMInstall + +OpenBSDDISKInstall(,,{:-, Linux (ext2) or MS-DOS-:}) + +OpenBSDCommonInstall + +OpenBSDInstallWrapup + +OpenBSDCongratulations + + + +OpenBSDUnattendedInstallation diff --git a/distrib/notes/powerpc64/prep b/distrib/notes/powerpc64/prep new file mode 100644 index 00000000000..2eb24326f2d --- /dev/null +++ b/distrib/notes/powerpc64/prep @@ -0,0 +1,4 @@ +dnl $OpenBSD: prep,v 1.1 2020/07/05 20:01:35 kettenis Exp $ + +TBD + diff --git a/distrib/notes/powerpc64/upgrade b/distrib/notes/powerpc64/upgrade new file mode 100644 index 00000000000..bfc30aee9e3 --- /dev/null +++ b/distrib/notes/powerpc64/upgrade @@ -0,0 +1,2 @@ +dnl $OpenBSD: upgrade,v 1.1 2020/07/05 20:01:35 kettenis Exp $ +OpenBSDUpgrade({:-your usual boot device-:}) diff --git a/distrib/notes/powerpc64/whatis b/distrib/notes/powerpc64/whatis new file mode 100644 index 00000000000..caa533b6d44 --- /dev/null +++ b/distrib/notes/powerpc64/whatis @@ -0,0 +1,4 @@ +dnl $OpenBSD: whatis,v 1.1 2020/07/05 20:01:35 kettenis Exp $ + +OpenBSD/MACHINE runs on systems equiped with IBM POWER9 processors and +OPAL firmware. diff --git a/distrib/notes/powerpc64/xfer b/distrib/notes/powerpc64/xfer new file mode 100644 index 00000000000..1a4603e63da --- /dev/null +++ b/distrib/notes/powerpc64/xfer @@ -0,0 +1,11 @@ +dnl $OpenBSD: xfer,v 1.1 2020/07/05 20:01:35 kettenis Exp $ + +Installation is supported from several media types, including: + + DOS (FAT) partitions + EXT2 partitions + HTTP + +OpenBSDXferShortPrelude + +OpenBSDXferUSBFromUNIX |