Implement ext2 output module.
[febootstrap.git] / febootstrap-minimize.pod
index 56ecea9..4665d87 100644 (file)
@@ -81,8 +81,8 @@ Keep or drop all timezones (except UTC which is never deleted).
 
 =item B<--drop-rpmdb>
 
-Keep or drop the RPM package database.  Obviously RPM will be
-completely non-functional if you drop this.
+Keep or drop the RPM and YUM package databases.  Obviously RPM and YUM will be
+completely non-functional if you drop these.
 
 =item B<--keep-yum-cache>
 
@@ -117,6 +117,32 @@ C</var/cache/ldconfig> (the dynamic linking cache).  This is not
 needed.  Dynamic linking during program execution will be marginally
 slower.
 
+=item B<--pack-executables>
+
+This option has been removed in febootstrap 2.5.  In previous versions
+it was used to pack executables using the external C<upx> program.
+However it was not enabled by default and never worked very
+effectively.
+
+=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.
+
 =back
 
 =head1 SEE ALSO
@@ -130,7 +156,7 @@ Richard W.M. Jones <rjones @ redhat . com>
 =head1 COPYRIGHT
 
 (C) Copyright 2009 Red Hat Inc.,
-L<http://et.redhat.com/~rjones/febootstrap>.
+L<http://people.redhat.com/~rjones/febootstrap>.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by