summaryrefslogtreecommitdiffstats
path: root/febootstrap.pod
diff options
context:
space:
mode:
authorrjones <rjones>2009-03-20 11:01:39 +0000
committerrjones <rjones>2009-03-20 11:01:39 +0000
commit1b640fb0bd84f88d378b6c4a74088ac22c8f7d75 (patch)
treeeff1b6ec217a57102ca8a84d9f0f70d6aa44fc40 /febootstrap.pod
parentdc60cc1bb950870269252135186e69d2ba4db994 (diff)
downloadfebootstrap-1b640fb0bd84f88d378b6c4a74088ac22c8f7d75.tar.gz
febootstrap-1b640fb0bd84f88d378b6c4a74088ac22c8f7d75.tar.xz
febootstrap-1b640fb0bd84f88d378b6c4a74088ac22c8f7d75.zip
Add first version of the febootstrap-minimize script.
Diffstat (limited to 'febootstrap.pod')
-rw-r--r--febootstrap.pod14
1 files changed, 11 insertions, 3 deletions
diff --git a/febootstrap.pod b/febootstrap.pod
index a610f88..da97766 100644
--- a/febootstrap.pod
+++ b/febootstrap.pod
@@ -55,6 +55,14 @@ If no packages or groups are given, then we install the C<Core> group
which is the smallest working Fedora installation. Use C<yum
groupinfo Core> to list the packages currently in the C<Core> group.
+=item B<--no-clean>
+
+Normally febootstrap will clean up the yum repository
+(C</var/cache/yum> inside the image). This contains the downloaded
+RPMs and metadata. However if you give the C<--no-clean> option, then
+the yum repository is left. This is useful if you want to run further
+yum commands inside the filesystem by hand.
+
=back
=head1 REPOSITORIES
@@ -89,8 +97,8 @@ permissions using the tool C<febootstrap-to-initramfs>.
=item *
-Apply the permissions to the target directory using the tool
-C<febootstrap-fix-root> (requires root).
+Apply the permissions to the target directory using the forthcoming
+tool C<febootstrap-fix-root> (requires root).
=back
@@ -137,7 +145,7 @@ L<http://et.redhat.com/~rjones/febootstrap>
=head1 SEE ALSO
L<febootstrap-to-initramfs(8)>,
-L<febootstrap-fix-root(8)>,
+L<febootstrap-minimize(8)>,
L<fakeroot(1)>,
L<fakechroot(1)>,
L<yum(8)>,