summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-04-01 04:15:34 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-04-01 04:15:34 +0000
commit76d799b3fdc45bb3583743172f13cc05d2361b95 (patch)
tree511d9de957f1bd657e5d984fd3ed78a5beb632c4
parent7c2678146e55baa9763c755e102e1f509ccb76da (diff)
Write a /tmp/fstab.DISK file with mountpoint info if the user enters it. Other ports should do the same.
-rw-r--r--distrib/hp300/ramdisk/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/install.md b/distrib/hp300/ramdisk/install.md
index 878a6176111..bae873e2b9c 100644
--- a/distrib/hp300/ramdisk/install.md
+++ b/distrib/hp300/ramdisk/install.md
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $OpenBSD: install.md,v 1.15 1998/11/09 04:00:10 millert Exp $
+# $OpenBSD: install.md,v 1.16 1999/04/01 04:15:33 millert Exp $
# $NetBSD: install.md,v 1.1.2.4 1996/08/26 15:45:14 gwr Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -390,7 +390,7 @@ just split the space into a root and swap partition for now.
__md_prep_disklabel_1
disklabel -W ${_disk}
- disklabel -E ${_disk}
+ disklabel -f /tmp/fstab.${_disk} -E ${_disk}
}
md_copy_kernel() {