summaryrefslogtreecommitdiff
path: root/distrib/sgi/ramdisk
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2011-04-17 20:57:12 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2011-04-17 20:57:12 +0000
commit58c0175ed672534e30d8803a18ae6cb0f967064b (patch)
tree437acd9b0fa5f2f3b81fd351d7f13dbac6fb4efa /distrib/sgi/ramdisk
parent991276d863e6447a59df3df49691d6f7c57ad61b (diff)
First crack at enabling the installation of a DUID version of
/etc/fstab, after asking user. Current default is existing behaviour. Feedback & suggestions deraadt@, halex@, jsing@, todd@. ok deraadt@
Diffstat (limited to 'distrib/sgi/ramdisk')
-rw-r--r--distrib/sgi/ramdisk/install.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/sgi/ramdisk/install.md b/distrib/sgi/ramdisk/install.md
index 8a9ad3cbc8a..cc734cfaeb7 100644
--- a/distrib/sgi/ramdisk/install.md
+++ b/distrib/sgi/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.26 2011/02/19 10:18:03 miod Exp $
+# $OpenBSD: install.md,v 1.27 2011/04/17 20:57:11 krw Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -160,7 +160,7 @@ __EOT
c*|C*) break ;;
*) continue ;;
esac
- disklabel -f $_f $_op -A $_disk
+ disklabel $FSTABFLAG $_f $_op -A $_disk
return
done
fi
@@ -182,7 +182,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 -f /tmp/fstab.$_disk -E $_disk
+ disklabel -c $FSTABFLAG /tmp/fstab.$_disk -E $_disk
}
md_congrats() {