X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=febootstrap-minimize.pod;h=96cb177f8729464b442ddf66529e5262b6c57b0c;hb=79d6fc6bba2e279baf59f27b8dd8fd728ed65de1;hp=56ecea96f764211e6e3d7c9e0c4ac5fa918dae77;hpb=d89a55b4a3249e74602f9dc3cd26a8cca3370e7f;p=febootstrap.git diff --git a/febootstrap-minimize.pod b/febootstrap-minimize.pod index 56ecea9..96cb177 100644 --- a/febootstrap-minimize.pod +++ b/febootstrap-minimize.pod @@ -117,6 +117,35 @@ C (the dynamic linking cache). This is not needed. Dynamic linking during program execution will be marginally slower. +=item B<--no-pack-executables> + +=item B<--pack-executables> + +Pack executables and shell scripts using L. + +This is not done by default because although it can reduce the image +size, it increases the amount of memory used since those executables +cannot be shared. + +=back + +=head1 TODO + +=over 4 + +=item * + +Deduplicate files with the same content (by hardlinking them). +See the program L. + +=item * + +Remove unused binaries. + +=item * + +Remove unused libraries. + =back =head1 SEE ALSO