Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/stand/installboot Change to use installboot -...



details:   https://anonhg.NetBSD.org/src/rev/b19a263c64be
branches:  trunk
changeset: 582045:b19a263c64be
user:      dsl <dsl%NetBSD.org@localhost>
date:      Tue Jun 14 17:29:09 2005 +0000

description:
Change to use installboot - now it is being built for hp300.

diffstat:

 sys/arch/hp300/stand/installboot/installboot.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c4ddc9176d03 -r b19a263c64be sys/arch/hp300/stand/installboot/installboot.sh
--- a/sys/arch/hp300/stand/installboot/installboot.sh   Tue Jun 14 16:22:55 2005 +0000
+++ b/sys/arch/hp300/stand/installboot/installboot.sh   Tue Jun 14 17:29:09 2005 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: installboot.sh,v 1.1 1997/02/04 03:53:00 thorpej Exp $
+#      $NetBSD: installboot.sh,v 1.2 2005/06/14 17:29:09 dsl Exp $
 
 # compatibility with old installboot program
 #
@@ -22,5 +22,5 @@
        echo "${2}: device must be a char special file"
        exit 1
 fi
-/sbin/disklabel -B -b $1 $2
+/usr/sbin/installboot $2 $1
 exit $?



Home | Main Index | Thread Index | Old Index