diff options
Diffstat (limited to 'distrib/pmax/ramdisk')
-rw-r--r-- | distrib/pmax/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |