summaryrefslogtreecommitdiff
path: root/docs/README.build
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2012-12-26 11:10:49 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2012-12-26 11:10:49 -0300
commit67df3a4e38310612260d53445d29a38625259f9b (patch)
tree617d1348e3fbd2147b9bf1cecd3a2e31100b060b /docs/README.build
parentf166038db845595d7022383da1a156968d58e2b1 (diff)
[archiso] Update README.build
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'docs/README.build')
-rw-r--r--docs/README.build8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/README.build b/docs/README.build
index 2a3d709..2037f89 100644
--- a/docs/README.build
+++ b/docs/README.build
@@ -42,9 +42,11 @@ INDEX
*** Image types generated by mkarchiso.
* image-name.sfs SquashFS image with all files directly on it.
+ [read-only, no dm-snapshot is used]
* image-name.fs.sfs SquashFS with only one file inside (image-name.fs),
which is an image of some type of filesystem
- (ext4, ext3, ext2, xfs), all files reside on it.
+ (ext4, ext3, ext2, xfs, btrfs), all files reside on it.
+ [read-write, via COW image with dm-snapshot]
*** File format for aitab.
@@ -107,6 +109,6 @@ used to build official images with much more things.
# make -C archiso install
* Build them!
- # /usr/share/archiso/configs/releng/build.sh build all
+ # /usr/share/archiso/configs/releng/build.sh
-Note: See build.sh -h for more options.
+Note: See build.sh -h for more options. This only runs on x86_64.