Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/29/1996 15:00:01
pk
Fri Nov 29 06:55:21 PST 1996
Update of /cvsroot/src/sys/arch/sparc/stand
In directory netbsd1:/var/slash-tmp/cvs-serv3891

Modified Files:
	installboot.c 
Log Message:
installboot(8) now handles required a.out header munging.
Also, the munging is extended by inserting an instruction that branches
past the header, so the same boot image can be used on all supported
sun platforms.


pk
Fri Nov 29 06:59:32 PST 1996
Update of /cvsroot/src/sys/arch/sparc/stand
In directory netbsd1:/var/slash-tmp/cvs-serv4437

Modified Files:
	binstall.sh 
Log Message:
ffs bootblock install can be simplified since installboot(8) handles that now.
To install a TFTPable boot image, we have to play the header tricks here.