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/sgi/ramdisk | |
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/sgi/ramdisk')
-rw-r--r-- | distrib/sgi/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sgi/ramdisk/install.md b/distrib/sgi/ramdisk/install.md index 7c5ef2e74a2..45e8bccd885 100644 --- a/distrib/sgi/ramdisk/install.md +++ b/distrib/sgi/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.35 2015/05/31 19:40:10 rpe Exp $ +# $OpenBSD: install.md,v 1.36 2015/06/02 19:54:06 rpe Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -163,7 +163,7 @@ boot loader will not be able to locate and load the kernel. Do not change any parameters except the partition layout and the label name. __EOT - disklabel -c $FSTABFLAG /tmp/fstab.$_disk -E $_disk + disklabel -c -F /tmp/fstab.$_disk -E $_disk } md_congrats() { |