summaryrefslogtreecommitdiff
path: root/distrib/pmax
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/pmax')
-rw-r--r--distrib/pmax/install.md4
-rw-r--r--distrib/pmax/ramdisk/install.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/pmax/install.md b/distrib/pmax/install.md
index d32cbfed20d..862789c634f 100644
--- a/distrib/pmax/install.md
+++ b/distrib/pmax/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.10 1998/11/03 04:10:16 aaron Exp $
+# $OpenBSD: install.md,v 1.11 1999/04/01 21:30:41 deraadt Exp $
# $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $
#
#
@@ -193,7 +193,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() {
diff --git a/distrib/pmax/ramdisk/install.md b/distrib/pmax/ramdisk/install.md
index 5df8d383d2d..c6ba270a7ce 100644
--- a/distrib/pmax/ramdisk/install.md
+++ b/distrib/pmax/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.2 1998/11/09 06:23:29 millert Exp $
+# $OpenBSD: install.md,v 1.3 1999/04/01 21:30:44 deraadt Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -144,7 +144,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_welcome_banner() {