summaryrefslogtreecommitdiff
path: root/distrib/landisk
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-08 23:55:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-08 23:55:06 +0000
commitde93b7df1b7c15135da62b069d59429a4dd28cff (patch)
tree6d3a1a79da04bac9e3020c02aff88674d8b6d293 /distrib/landisk
parentad9d34a4f7c92085e3deab1af15565dd0ad85234 (diff)
always point fdisk at the mbr we want
Diffstat (limited to 'distrib/landisk')
-rw-r--r--distrib/landisk/ramdisk/install.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/landisk/ramdisk/install.md b/distrib/landisk/ramdisk/install.md
index 8ae7e0547ff..390bc2bb7e6 100644
--- a/distrib/landisk/ramdisk/install.md
+++ b/distrib/landisk/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.2 2006/11/08 18:08:16 deraadt Exp $
+# $OpenBSD: install.md,v 1.3 2006/11/08 23:55:05 deraadt Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -79,7 +79,7 @@ md_prep_fdisk() {
ask_yn "Do you want to use *all* of $_disk for OpenBSD?"
if [[ $resp == y ]]; then
echo -n "Putting all of $_disk into an active OpenBSD MBR partition (type 'A6')..."
- fdisk -e ${_disk} <<__EOT >/dev/null
+ fdisk -f /usr/mdec/mbr -e ${_disk} <<__EOT >/dev/null
reinit
update
write
@@ -100,7 +100,7 @@ The 'manual' command describes all the fdisk commands in detail.
$(fdisk ${_disk})
__EOT
- fdisk -e ${_disk}
+ fdisk -f /usr/mdec/mbr -e ${_disk}
cat <<__EOT
Here is the partition information you chose: