summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2012-07-23 11:51:00 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2012-07-23 11:51:00 -0300
commitf72d4048b412d1ef42885a95e8c4661a366bc3ad (patch)
tree7b57bff3145d2650143763a914d5856879a93134
parent56c2e8891337d7846992fe616709e49e4a6e7021 (diff)
[archiso] Fix README
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index dd22eb0..867fb7e 100644
--- a/README
+++ b/README
@@ -438,7 +438,8 @@ It consists of some fields which define the behaviour of images.
<mnt> Mount point.
<arch> Architecture { i686 | x86_64 | any }.
<sfs_comp> SquashFS compression type { gzip | lzo | xz }.
-<fs_type> Set the filesystem type of the image { ext4 | ext3 | ext2 | xfs }.
+<fs_type> Set the filesystem type of the image
+ { ext4 | ext3 | ext2 | xfs | btrfs }.
A special value of "none" denotes no usage of a filesystem.
In that case all files are pushed directly to SquashFS filesystem.
<fs_size> An absolute value of file system image size in MiB.