diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-08-14 10:50:21 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-08-14 10:50:21 +0000 |
commit | a289b843fe485465c43d69af3ba0667034c5b583 (patch) | |
tree | 447024d7035495dab1a5800ccc4782eb845e3d74 /distrib | |
parent | 71a720179c9dd9ea9892315e553fa9c9deb5709f (diff) |
miniroot now works with USB Type-A ports on Apple machines
discussed with kettenis@ and confirmed on M1 Mac mini
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/notes/arm64/prep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/arm64/prep b/distrib/notes/arm64/prep index 354866ccd8f..4aa4ef44054 100644 --- a/distrib/notes/arm64/prep +++ b/distrib/notes/arm64/prep @@ -1,4 +1,4 @@ -dnl $OpenBSD: prep,v 1.19 2023/10/18 06:45:45 kevlo Exp $ +dnl $OpenBSD: prep,v 1.20 2024/08/14 10:50:20 jsg Exp $ To perform an installation you must be able to interact with the console of the machine. In some cases this can be done by an attached monitor and keyboard. In others a serial console is required. @@ -77,7 +77,7 @@ Install on Apple Silicon: Now you can copy the miniroot or install image ("miniroot{:--:}OSrev.img" or "install{:--:}OSrev.img") to a USB - drive, plug it into one of the type-C ports on the machine and reset + drive, plug it into one of the ports on the machine and reset the machine to boot into the OpenBSD installer. Install on Raspberry Pi: |