summaryrefslogtreecommitdiff
path: root/distrib/alpha
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-07-09 15:11:11 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-07-09 15:11:11 +0000
commitd1e77294d9142503c0a78101bd25a40f6073cbbd (patch)
tree225ddaa7d6d8ae374f6635054c5ce87f8891521e /distrib/alpha
parentd0cb955360b69887636648a68d2e1ee23db7ff9b (diff)
Don't use sync(1)
Diffstat (limited to 'distrib/alpha')
-rw-r--r--distrib/alpha/ramdisk/dot.instutils4
-rw-r--r--distrib/alpha/ramdisk/install.md4
2 files changed, 2 insertions, 6 deletions
diff --git a/distrib/alpha/ramdisk/dot.instutils b/distrib/alpha/ramdisk/dot.instutils
index bdfdef6bdb1..442a48bd804 100644
--- a/distrib/alpha/ramdisk/dot.instutils
+++ b/distrib/alpha/ramdisk/dot.instutils
@@ -1,5 +1,5 @@
#
-# $OpenBSD: dot.instutils,v 1.1 1997/05/07 12:46:55 niklas Exp $
+# $OpenBSD: dot.instutils,v 1.2 1997/07/09 15:11:08 millert Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -144,8 +144,6 @@ Configure()
sh MAKEDEV all
echo " done."
- sync
-
echo "You may now reboot your machine with the shutdown command."
echo " shutdown -r now"
echo "to reboot or"
diff --git a/distrib/alpha/ramdisk/install.md b/distrib/alpha/ramdisk/install.md
index ce25b851b78..ee8e1043620 100644
--- a/distrib/alpha/ramdisk/install.md
+++ b/distrib/alpha/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.8 1997/05/15 05:13:09 millert Exp $
+# $OpenBSD: install.md,v 1.9 1997/07/09 15:11:10 millert Exp $
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
#
@@ -120,11 +120,9 @@ md_installboot() {
# use extracted mdec if it exists (may be newer)
if [ -d /mnt/usr/mdec ]; then
cp /mnt/usr/mdec/boot /mnt/boot
- sync
/mnt/usr/mdec/installboot -v /mnt/boot /mnt/usr/mdec/bootxx $_rawdev
elif [ -d /usr/mdec ]; then
cp /usr/mdec/boot /mnt/boot
- sync
/usr/mdec/installboot -v /mnt/boot /usr/mdec/bootxx $_rawdev
else
echo "No boot block prototypes found, you must run installboot manually."