X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=febootstrap-minimize.pod;h=56ecea96f764211e6e3d7c9e0c4ac5fa918dae77;hb=d89a55b4a3249e74602f9dc3cd26a8cca3370e7f;hp=8d02d5df4f16b336cabd814b3b3b42ebf84ad152;hpb=1b640fb0bd84f88d378b6c4a74088ac22c8f7d75;p=febootstrap.git diff --git a/febootstrap-minimize.pod b/febootstrap-minimize.pod index 8d02d5d..56ecea9 100644 --- a/febootstrap-minimize.pod +++ b/febootstrap-minimize.pod @@ -57,13 +57,7 @@ Keep or drop locale support. =item B<--drop-docs> -Keep or drop documentation and man pages. - -=item B<--keep-yum-cache> - -=item B<--drop-yum-cache> - -Keep or drop the yum cache. +Keep or drop documentation, man pages and info files. =item B<--keep-cracklib> @@ -83,6 +77,46 @@ Keep or drop C. Keep or drop all timezones (except UTC which is never deleted). +=item B<--keep-rpmdb> + +=item B<--drop-rpmdb> + +Keep or drop the RPM package database. Obviously RPM will be +completely non-functional if you drop this. + +=item B<--keep-yum-cache> + +=item B<--drop-yum-cache> + +Keep or drop the yum cache. Note that L has already +deleted this directory unless you ran it with the C<--no-clean> +option. + +=item B<--keep-services> + +=item B<--drop-services> + +Keep or drop the C file. If dropped, this file is +replaced with a very minimal one which just lists the most common +services. For less common services you will have to refer to them by +port number instead of name. + +=item B<--keep-sln> + +=item B<--drop-sln> + +Keep or drop C (statically linked C). This is not +really required in minimal appliances. + +=item B<--keep-ldconfig> + +=item B<--drop-ldconfig> + +Keep or drop C, C and +C (the dynamic linking cache). This is not +needed. Dynamic linking during program execution will be marginally +slower. + =back =head1 SEE ALSO