diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 1997-10-27 04:59:12 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 1997-10-27 04:59:12 +0000 |
commit | e4f9ac9eb6d1f6046bd18c33965dc1411d68ccb8 (patch) | |
tree | a067ea262a65c385c3d9fb4938f8a6e244a2b19a /distrib | |
parent | d49fbca3fca592ec18648e7fbc12b3d9ab80831f (diff) |
me bad.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/sparc/install.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/sparc/install.md b/distrib/sparc/install.md index 295703aa535..d7e42f91e1e 100644 --- a/distrib/sparc/install.md +++ b/distrib/sparc/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.15 1997/10/25 09:44:51 todd Exp $ +# $OpenBSD: install.md,v 1.16 1997/10/27 04:59:11 todd Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -143,7 +143,8 @@ md_installboot() { echo "Installing boot block..." cp ${_prefix}/boot /mnt/boot - ${_prefix}/installboot -v /mnt/boot ${_prefix}/bootxx ${_rawdev} + sync; sync; sync + installboot -v /mnt/boot ${_prefix}/bootxx ${_rawdev} } md_native_fstype() { |