Version 2.8.
[febootstrap.git] / febootstrap-to-initramfs.pod
index 4bb418c..c3eab0a 100644 (file)
@@ -4,7 +4,7 @@ febootstrap-to-initramfs - Convert febootstrap root to initramfs (cpio) file.
 
 =head1 SYNOPSIS
 
- febootstrap-to-initramfs DIR > initrd.img
+ febootstrap-to-initramfs [--files=filelist] DIR > initrd.img
 
 =head1 DESCRIPTION
 
@@ -20,6 +20,28 @@ The permissions inside the initrd image are corrected automatically
 (see the discussion of fakeroot logfile in the L<febootstrap(8)>
 page).  You do I<not> need to run this command as root.
 
+=head1 OPTIONS
+
+=over 4
+
+=item --files=filelist
+
+C<filelist> should be a file containing a list of the files to be
+added to the initramfs (one per line).  Only those files are added and
+any others are ignored.
+
+When the C<--files> option is not given, all files in C<DIR> are added
+to the initramfs image.
+
+=item --nocompress
+
+This prevents the initramfs image from being compressed.
+
+Linux can boot from uncompressed initramfs images (in fact, faster),
+but they take up a lot more space on disk.
+
+=back
+
 =head1 /init
 
 Normal initramfs images start by executing the program or script
@@ -65,7 +87,6 @@ this in mind when creating very large filesystems.
 
 =head1 SEE ALSO
 
-L<febootstrap-fix-root(8)>,
 L<febootstrap(8)>,
 L<cpio(1)>.
 
@@ -76,7 +97,7 @@ Richard W.M. Jones <rjones @ redhat . com>
 =head1 COPYRIGHT
 
 (C) Copyright 2009 Red Hat Inc.,
-L<http://et.redhat.com/~rjones/febootstrap>.
+L<http://people.redhat.com/~rjones/febootstrap>.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by