Source-Changes-HG archive

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

[src/trunk]: src/distrib/acorn32/stand Small patch that took some time to fiz...



details:   https://anonhg.NetBSD.org/src/rev/e0b8ae1baee9
branches:  trunk
changeset: 533823:e0b8ae1baee9
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Wed Jul 10 00:54:02 2002 +0000

description:
Small patch that took some time to fizzle out though that includes the
installation kernel into the BtNetBSD thus helping the installation
process on Acorn32 tremendously.

New users now only have to download the BtNetBSD.tar.Z image, unpack it
with the suplied !SparkPlug and run the installation kernel as they
normally would expect to be able to under RiscOS.

diffstat:

 distrib/acorn32/stand/BtNetBSD/misc/SettScr |  3 ++-
 distrib/acorn32/stand/Makefile              |  6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 06bacbad2de7 -r e0b8ae1baee9 distrib/acorn32/stand/BtNetBSD/misc/SettScr
--- a/distrib/acorn32/stand/BtNetBSD/misc/SettScr       Tue Jul 09 23:57:59 2002 +0000
+++ b/distrib/acorn32/stand/BtNetBSD/misc/SettScr       Wed Jul 10 00:54:02 2002 +0000
@@ -1,10 +1,11 @@
-| $NetBSD: SettScr,v 1.1.1.1 2002/05/09 20:03:57 jdolecek Exp $
+| $NetBSD: SettScr,v 1.2 2002/07/10 00:54:03 reinoud Exp $
 
 *BASIC
 
 *DIR <rel$dir>
 *Settype FBInstall Text
 *Settype README Text
+*Settype InstKern 1a9
 
 *DIR <rel$dir>.!BtNetBSD
 TEXTLOAD "BtNetBSD"
diff -r 06bacbad2de7 -r e0b8ae1baee9 distrib/acorn32/stand/Makefile
--- a/distrib/acorn32/stand/Makefile    Tue Jul 09 23:57:59 2002 +0000
+++ b/distrib/acorn32/stand/Makefile    Wed Jul 10 00:54:02 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2002/05/11 15:56:03 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.3 2002/07/10 00:54:02 reinoud Exp $
 #
 
 # we use compressed tar, SparkPlug doesn't handle gzipped tar
@@ -17,6 +17,8 @@
        rm -rf tmp
        mkdir tmp
        cp -R ${.CURDIR}/BtNetBSD tmp/
+       cp ${KERNOBJDIR}/INSTALL/netbsd tmp/BtNetBSD/InstKern
+       mdsetimage tmp/BtNetBSD/InstKern ${.OBJDIR}/../ramdisk/ramdisk.fs
        find tmp -path '*/CVS/*' -type f -exec rm -rf {} \;
        find tmp -name CVS -type d | xargs rmdir
        find tmp -name '*.uue' | while read filename; do \
@@ -33,3 +35,5 @@
 .include <bsd.subdir.mk>
 
 .include <bsd.obj.mk>
+.include <bsd.kernobj.mk>
+



Home | Main Index | Thread Index | Old Index