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.
This commit is contained in:
reinoud 2002-07-10 00:54:02 +00:00
parent e8598c806f
commit 44dc6eeabd
2 changed files with 7 additions and 2 deletions

View File

@ -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"

View File

@ -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 @@ tmp/BtNetBSD:
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 @@ clean:
.include <bsd.subdir.mk>
.include <bsd.obj.mk>
.include <bsd.kernobj.mk>