diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/alpha/ramdisk/dot.instutils | 4 | ||||
-rw-r--r-- | distrib/alpha/ramdisk/install.md | 4 |
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." |