diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-30 17:52:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-30 17:52:52 +0000 |
commit | 9b5e4d74ac47423be76e44cc8b146e398905bc65 (patch) | |
tree | 8b3c2f7b184080ada68674070c38cdf49786bbde /distrib/pmax | |
parent | 1cd18a365273455a112a9b3091d3f856e558871d (diff) |
use new fdisk & disklabel
Diffstat (limited to 'distrib/pmax')
-rw-r--r-- | distrib/pmax/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/pmax/install.md b/distrib/pmax/install.md index 37139914cfd..a3b1a822893 100644 --- a/distrib/pmax/install.md +++ b/distrib/pmax/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.4 1997/05/15 12:31:11 graichen Exp $ +# $OpenBSD: install.md,v 1.5 1997/09/30 17:52:46 deraadt Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -241,7 +241,7 @@ __md_prep_disklabel_1 # TTT hack to workaround disklabel problems disklabel ${_disk} > /tmp/tempdisklabel disklabel -r -R ${_disk} /tmp/tempdisklabel 2> /dev/null - disklabel -e ${_disk} + disklabel -E ${_disk} # TTT hack to workaround disklabel problems disklabel ${_disk} > /tmp/tempdisklabel disklabel -r -R ${_disk} /tmp/tempdisklabel 2> /dev/null |