[archiso] Update README.build

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2012-12-26 11:10:49 -03:00
parent f166038db8
commit 67df3a4e38

View file

@ -42,9 +42,11 @@ INDEX
*** Image types generated by mkarchiso. *** Image types generated by mkarchiso.
* image-name.sfs SquashFS image with all files directly on it. * 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), * image-name.fs.sfs SquashFS with only one file inside (image-name.fs),
which is an image of some type of filesystem 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. *** File format for aitab.
@ -107,6 +109,6 @@ used to build official images with much more things.
# make -C archiso install # make -C archiso install
* Build them! * 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.