summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2014-10-10 13:25:08 +0000
committerkrw <krw@openbsd.org>2014-10-10 13:25:08 +0000
commit8d2ba1a8814ab684c9f8b2180c4f39e544d6ec4f (patch)
tree5620ef4567ea9720cf729383bb13a42d9693ee82
parentreplace select with equiv poll usage. (diff)
downloadwireguard-openbsd-8d2ba1a8814ab684c9f8b2180c4f39e544d6ec4f.tar.xz
wireguard-openbsd-8d2ba1a8814ab684c9f8b2180c4f39e544d6ec4f.zip
r1.45 of macppc install.md eliminated the verbiage exhorting users
to create an HFS partition with type AND name 'OpenBSD'. Worse, it added checks to make sure the partition type and name were correct. Sevan Janiyan pointed out that the example in INSTALL.macppc did not show the 'n' command required to set the name of the OpenBSD partition to 'OpenBSD'. Thus leaving HFS users possibly puzzled over partitioning prerequisites. Add required command to example.
-rw-r--r--distrib/notes/macppc/install5
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/notes/macppc/install b/distrib/notes/macppc/install
index 0838b8b0380..e2f5f5a171a 100644
--- a/distrib/notes/macppc/install
+++ b/distrib/notes/macppc/install
@@ -1,4 +1,4 @@
-dnl $OpenBSD: install,v 1.33 2014/03/19 01:59:49 tedu Exp $
+dnl $OpenBSD: install,v 1.34 2014/10/10 13:25:08 krw Exp $
OpenBSDInstallPrelude
Before you begin, you should decide if OpenBSD is to be installed
@@ -100,6 +100,9 @@ OpenBSDInstallPart4
Partition number: 11
Existing partition type ``Unused''.
New type of partition: OpenBSD
+ Command (? for help): n
+ Partition number: 11
+ New name of partition: OpenBSD
Command (? for help): p
<output is in the after example above>
---