Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 01/10/1999 05:39:46
Module Name:	src
Committed By:	mrg
Date:		Sun Jan 10 13:39:46 UTC 1999

Modified Files:
	src/distrib/sparc/ramdisk: Makefile dot.profile list ramdiskbin.conf
Log Message:
- share more with the miniroot
- don't use sysinst yet, it's not ready for the sparc, go back to
the old miniroot install programs.

- add these programs:
- pppd (nice to install from an SS2 with local floppy & modem only)
- bzip2 (media may be bz2'ed in the RFSN future)
- edlabel (much ligher weight than disklabel)
- expr (miniroot)
- hostname (miniroot)
- netstat (miniroot)
- sort (miniroot)

- remove these programs:
- tset (not used)
- strings (too big now)
- slattach (who uses slip these days, *really* ?  see pppd addition)
- disklabel (see edlabel addition)
- shutdown (have reboot/halt already)
- sysinst (not using it yet)

- grow the install filesystem a bit more, to facilitate the new programs.

- use gordons libhack stuff, to reduce the size of the install binary.
- don't need /etc/master.passwd or the {s,}pwd.db files anymore!

- clean up dot.profile a bit.