summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrjones <rjones>2009-03-23 12:34:56 +0000
committerrjones <rjones>2009-03-23 12:34:56 +0000
commitb5e1aa25a0755d9175e21371365879c2b6585560 (patch)
tree2629eab162fe7a7ff68f20819c5685cd4d59042f
parent2aa9d1a831516b117d211ecf6afff30ad4bec0b8 (diff)
downloadfebootstrap-b5e1aa25a0755d9175e21371365879c2b6585560.tar.gz
febootstrap-b5e1aa25a0755d9175e21371365879c2b6585560.tar.xz
febootstrap-b5e1aa25a0755d9175e21371365879c2b6585560.zip
Doc fixes to the febootstrap manpage.
-rw-r--r--febootstrap.pod15
1 files changed, 11 insertions, 4 deletions
diff --git a/febootstrap.pod b/febootstrap.pod
index 32b1828..dfc93fc 100644
--- a/febootstrap.pod
+++ b/febootstrap.pod
@@ -52,8 +52,9 @@ commands, and thus any dependencies are also resolved by yum. You can
also use shell globs and filenames here, as with ordinary yum.
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.
+which is a small working Fedora installation (but by no means
+minimal). Use C<yum groupinfo Core> to list the packages currently in
+the C<Core> group.
=item B<--no-clean>
@@ -87,8 +88,14 @@ You can use the fakeroot logfile in a number of ways:
=item *
-Run C<fakeroot -i fakeroot.log I<command>> in order to run a
-command with the faked file permissions.
+Run
+
+ fakeroot -i fakeroot.log command
+
+in order to run a command with the faked file permissions. If the
+command will make updates, then do:
+
+ fakeroot -i fakeroot.log -s fakeroot.log command
=item *