summaryrefslogtreecommitdiffstats
path: root/distrib/macppc
diff options
context:
space:
mode:
authorrpe <rpe@openbsd.org>2015-06-02 19:54:06 +0000
committerrpe <rpe@openbsd.org>2015-06-02 19:54:06 +0000
commitf53dd36593c10fd7be70cddcdf101d31803e6503 (patch)
tree69a88ddb8ada5eff4148df7a276bad0333054530 /distrib/macppc
parentReplace (diff)
downloadwireguard-openbsd-f53dd36593c10fd7be70cddcdf101d31803e6503.tar.xz
wireguard-openbsd-f53dd36593c10fd7be70cddcdf101d31803e6503.zip
Remove the $FSTABFLAG variable and use -F directly. The installer
uses disklabel UIDs unconditionally for a while already. OK krw@ "looks good" deraadt@
Diffstat (limited to 'distrib/macppc')
-rw-r--r--distrib/macppc/ramdisk/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/macppc/ramdisk/install.md b/distrib/macppc/ramdisk/install.md
index 128591e4b35..65c3977c0f4 100644
--- a/distrib/macppc/ramdisk/install.md
+++ b/distrib/macppc/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.58 2015/05/31 19:40:10 rpe Exp $
+# $OpenBSD: install.md,v 1.59 2015/06/02 19:54:06 rpe Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -186,7 +186,7 @@ start of the disk, NOT the start of the OpenBSD $PARTTABLE partition.
__EOT
- disklabel $FSTABFLAG $_f -E $_disk
+ disklabel -F $_f -E $_disk
}
md_congrats() {