diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2015-06-02 19:54:08 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2015-06-02 19:54:08 +0000 |
commit | 450cd096a26f3fd17ae2f6a21de7f45854aa99f5 (patch) | |
tree | 5d66c8adbdda803703093150d3169a4cbc11d072 /distrib/amd64 | |
parent | e511b7d80a838346221a9c280a244c05a2fd7bbf (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/amd64')
-rw-r--r-- | distrib/amd64/common/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/amd64/common/install.md b/distrib/amd64/common/install.md index 99332b6908a..bf6e8d72877 100644 --- a/distrib/amd64/common/install.md +++ b/distrib/amd64/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.40 2015/06/02 19:39:18 rpe Exp $ +# $OpenBSD: install.md,v 1.41 2015/06/02 19:54:06 rpe Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -111,7 +111,7 @@ start of the disk, NOT the start of the OpenBSD MBR partition. __EOT - disklabel $FSTABFLAG $_f -E $_disk + disklabel -F $_f -E $_disk } md_congrats() { |