diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-21 14:16:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-21 14:16:01 +0000 |
commit | e107da2886d2117509e87b88b2b92e0482ce6ddd (patch) | |
tree | 1ac4e689e8ec6d77c0d8f38dac2bdd3b0b5aa328 /distrib | |
parent | 19bc5ba298ed03321dc51faa21aa64615eb767d4 (diff) |
first cut at using installboot in md_installboot()
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/i386/floppies/ramdisk/install.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/distrib/i386/floppies/ramdisk/install.md b/distrib/i386/floppies/ramdisk/install.md index a4371e4ab98..2ff7c347fbb 100644 --- a/distrib/i386/floppies/ramdisk/install.md +++ b/distrib/i386/floppies/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.13 1997/09/06 03:53:58 millert Exp $ +# $OpenBSD: install.md,v 1.14 1997/09/21 14:16:00 deraadt Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -82,7 +82,9 @@ md_get_partition_range() { md_installboot() { echo "Installing boot block..." - disklabel -B $1 + cp /usr/mdec/boot /mnt/boot + sync; sync; sync + /usr/mdec/installboot -v /mnt/boot /usr/mdec/biosboot /dev/r${1}c } md_native_fstype() { |