[SCM] live-build branch, debian-old-2.0, updated. debian/2.0.7-1-2-g21ea734

Daniel Baumann daniel at debian.org
Thu Nov 25 13:52:57 UTC 2010


The following commit has been merged in the debian-old-2.0 branch:
commit 21ea734659f3d988246235e2ce98df744f991b76
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Nov 25 14:50:38 2010 +0100

    Adding warning about non-usefullnes of the stripped hook.

diff --git a/hooks/stripped b/hooks/stripped
index ac895da..154e7be 100755
--- a/hooks/stripped
+++ b/hooks/stripped
@@ -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

-- 
live-build



More information about the debian-live-changes mailing list