From: rjones Date: Mon, 23 Mar 2009 12:34:56 +0000 (+0000) Subject: Doc fixes to the febootstrap manpage. X-Git-Tag: 1.5~25 X-Git-Url: http://git.annexia.org/?p=febootstrap.git;a=commitdiff_plain;h=b5e1aa25a0755d9175e21371365879c2b6585560 Doc fixes to the febootstrap manpage. --- 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 group -which is the smallest working Fedora installation. Use C to list the packages currently in the C group. +which is a small working Fedora installation (but by no means +minimal). Use C to list the packages currently in +the C group. =item B<--no-clean> @@ -87,8 +88,14 @@ You can use the fakeroot logfile in a number of ways: =item * -Run C> 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 *