[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

more d-i fun



The new build system makes it pretty easy to get an idea of just how
much space a given componeent is adding to the system, while taking into
account any size it adds to the reduced libraries. Like so:

joey@gumdrop:~/debian/packages/debian-installer/build>PATH=$PATH:~ \
	fakeroot make TYPE=net 2>&1 | grep "Total system size"
Total system size: 880k

Now add cdebconf:

joey@gumdrop:~/debian/packages/debian-installer/build>PATH=$PATH:~ \
	fakeroot make TYPE=net EXTRAS=cdebconf 2>&1 | grep "Total system size"
Total system size: 1.1M

Or netcfg:

joey@gumdrop:~/debian/packages/debian-installer/build>PATH=$PATH:~ \
	fakeroot make TYPE=net EXTRAS=netcfg-static 2>&1 | grep "Total system size"
Total system size: 899k

-- 
see shy jo



Reply to: