summaryrefslogtreecommitdiff
path: root/distrib/luna88k/ramdisk
diff options
context:
space:
mode:
authorRobert Peichaer <rpe@cvs.openbsd.org>2015-06-02 19:54:08 +0000
committerRobert Peichaer <rpe@cvs.openbsd.org>2015-06-02 19:54:08 +0000
commit450cd096a26f3fd17ae2f6a21de7f45854aa99f5 (patch)
tree5d66c8adbdda803703093150d3169a4cbc11d072 /distrib/luna88k/ramdisk
parente511b7d80a838346221a9c280a244c05a2fd7bbf (diff)
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/luna88k/ramdisk')
-rw-r--r--distrib/luna88k/ramdisk/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/luna88k/ramdisk/install.md b/distrib/luna88k/ramdisk/install.md
index 55738a40ec1..5aa7554c88d 100644
--- a/distrib/luna88k/ramdisk/install.md
+++ b/distrib/luna88k/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.20 2015/05/31 19:40:10 rpe Exp $
+# $OpenBSD: install.md,v 1.21 2015/06/02 19:54:06 rpe Exp $
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
#
@@ -54,7 +54,7 @@ and swap space are created. You must provide each filesystem's mountpoint
in this program.
__EOT
- disklabel $FSTABFLAG $_f -E $_disk
+ disklabel -F $_f -E $_disk
}
md_congrats() {