summaryrefslogtreecommitdiff
path: root/distrib/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/amd64')
-rw-r--r--distrib/amd64/common/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/amd64/common/install.md b/distrib/amd64/common/install.md
index d4fc8418a97..d05dbb1a1cc 100644
--- a/distrib/amd64/common/install.md
+++ b/distrib/amd64/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.55 2017/07/28 18:15:44 rpe Exp $
+# $OpenBSD: install.md,v 1.56 2021/09/26 12:39:25 krw Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -81,7 +81,7 @@ md_prep_fdisk() {
fi
echo -n "Setting OpenBSD GPT partition to whole $_disk..."
- fdisk -iy -g -b 960 $_disk >/dev/null
+ fdisk -gy -b 960 $_disk >/dev/null
echo "done."
return ;;
[eE]*)