Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sun2/common Be sure to use /usr/sbin/installboot ins...



details:   https://anonhg.NetBSD.org/src/rev/9f4a5fe9209c
branches:  trunk
changeset: 525993:9f4a5fe9209c
user:      fredette <fredette%NetBSD.org@localhost>
date:      Tue Apr 23 02:27:40 2002 +0000

description:
Be sure to use /usr/sbin/installboot instead of /usr/mdec/installboot,
since the status of any compatability link or script is up in the air.

diffstat:

 distrib/sun2/common/install.md |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e74fd7d4958f -r 9f4a5fe9209c distrib/sun2/common/install.md
--- a/distrib/sun2/common/install.md    Tue Apr 23 00:15:45 2002 +0000
+++ b/distrib/sun2/common/install.md    Tue Apr 23 02:27:40 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: install.md,v 1.3 2002/04/22 21:17:52 fredette Exp $
+#      $NetBSD: install.md,v 1.4 2002/04/23 02:27:40 fredette Exp $
 #
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -108,7 +108,7 @@
        ( cd /usr/mdec ;\
        cp -p ./ufsboot /mnt/ufsboot ;\
        sync ; sleep 1 ; sync ;\
-       ./installboot -v /dev/r${1}a bootxx ufsboot )
+       /usr/sbin/installboot -v /dev/r${1}a bootxx ufsboot )
        echo "done."
 }
 



Home | Main Index | Thread Index | Old Index