Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 09/23/1995 13:40:02
thorpej
Sat Sep 23 10:31:11 PDT 1995
Update of /a/cvsroot/src/sys/arch/hp300/stand
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv17907

Modified Files:
	netio.c 
Log Message:
If compiled for the system installation program, prompt for myip, gateip,
netmask, serverip, and path rather than using rarp/bootparam.

Catch up with libsa changes.


thorpej
Sat Sep 23 10:38:52 PDT 1995
Update of /a/cvsroot/src/sys/arch/hp300/stand
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv17991

Added Files:
	sys_inst.c 
Log Message:
Add a standalone system installation program.  Currently implements:
	* Prompt user for disklabel information and label disk.
	* Copy miniroot image from NFS server to `b' partition.
	* Boot kernel in miniroot image into single-user mode.
Hooks for tape support are there, but the meat for that isn't implemented yet.