Subject: Re: HEADS UP: migration to fully dynamic linked "base" system
To: None <current-users@netbsd.org>
From: Luke Mewburn <lukem@wasabisystems.com>
List: current-users
Date: 08/26/2002 16:28:18
On Mon, Aug 26, 2002 at 04:20:39PM +1000, Luke Mewburn wrote:
| + Reduction in disk space usage in `/'.
| On a 1.6_BETA3/i386 system:
| 5660 /bin
| 10322 /sbin
| 15982 total
|
| On a fully dynamic i386 system:
| 1506 /bin
| 1702 /sbin
| 1206 /lib
| 4804 /rescue
| 9218 total
| (The rescue tools are not strictly necessary, but they are
| recommended and included here to show that even with them,
| there is still a disk space saving).
Actually, I had some obsolete junk in /rescue and a statically linked
tcsh in /bin on both machines. The numbers should be:
existing system (1.6_BETA3/i386)
5132 /bin
10322 /sbin
15454 total
fully dynamic -current i386
930 /bin
1702 /sbin
1206 /lib
2404 /rescue
6242 total
Luke.