Adding warning about non-usefullnes of the stripped hook.

This commit is contained in:
Daniel Baumann 2010-11-25 14:50:38 +01:00
parent b30003aa55
commit 886c51b83b
1 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,15 @@
set -e
# WARNING: Using this hook will result in a stripped system, means,
# it may very well be possible that other packages are depending
# on certain files that get removed here.
# Therefore, this hooks is merely an inspiration for what could be
# removed and not a generic nor recommendet solution to get the
# image filesize down. In any event, using this hook can lead to
# unforseen bugs and breakages in other packages and you should
# be prepared to find and fix it for your own images.
# Removing unused packages
for PACKAGE in apt-utils aptitude man-db manpages info wget dselect
do