summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrjones <rjones>2009-03-23 12:31:33 +0000
committerrjones <rjones>2009-03-23 12:31:33 +0000
commit2aa9d1a831516b117d211ecf6afff30ad4bec0b8 (patch)
tree82f4297a604c2020daeeacea9b6b2141b6a31bf3
parentc7f1933cab6a4da2f201da741003ba2449c8bbde (diff)
downloadfebootstrap-2aa9d1a831516b117d211ecf6afff30ad4bec0b8.tar.gz
febootstrap-2aa9d1a831516b117d211ecf6afff30ad4bec0b8.tar.xz
febootstrap-2aa9d1a831516b117d211ecf6afff30ad4bec0b8.zip
Document future possible minimization techniques.
-rw-r--r--febootstrap-minimize.pod23
1 files changed, 23 insertions, 0 deletions
diff --git a/febootstrap-minimize.pod b/febootstrap-minimize.pod
index 56ecea9..e7a2084 100644
--- a/febootstrap-minimize.pod
+++ b/febootstrap-minimize.pod
@@ -119,6 +119,29 @@ slower.
=back
+=head1 TODO
+
+=over 4
+
+=item *
+
+Deduplicate files with the same content (by hardlinking them).
+See the program L<hardlink(1)>.
+
+=item *
+
+Remove unused binaries.
+
+=item *
+
+Remove unused libraries.
+
+=item *
+
+Pack executables using UPX.
+
+=back
+
=head1 SEE ALSO
L<febootstrap(8)>.