diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-01 21:30:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-01 21:30:52 +0000 |
commit | b2e60cec3eeb6d3125d5d3d5bb9f4cfa48b2fe4a (patch) | |
tree | 9af05357cf382d1eae81f38396e10aa8e5fae59b /distrib/alpha | |
parent | f2b1b1b09f4001f6c6204b860517a0a4c32e0f04 (diff) |
disklabel -f use, for fstab tweaking
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/ramdisk/install.md b/distrib/alpha/ramdisk/install.md index 2bef79d90ef..5de6e756596 100644 --- a/distrib/alpha/ramdisk/install.md +++ b/distrib/alpha/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.27 1998/11/09 03:58:04 millert Exp $ +# $OpenBSD: install.md,v 1.28 1999/04/01 21:30:20 deraadt Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -154,7 +154,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() { |