summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-12-03 11:22:03 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-12-03 11:22:03 -0300
commit305bca4692ed9741a425a8c77f81ef50aaa8fc39 (patch)
treea97f8d1205a0cf7ca532c3965d68c6bb32aeba02 /README
parent10d42b18b885c8f1a2fa3b8829457ef1265d259f (diff)
[archiso] Cleanup: Remove *.fs support.
This was useful to me during development of dm-snapshot support to create very quickly isos without wating for SquashFS compression. Is time to remove this, I think the is no practical usage, and make the code a bit more simple. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 0 insertions, 8 deletions
diff --git a/README b/README
index 53dabd0..9de113d 100644
--- a/README
+++ b/README
@@ -178,10 +178,6 @@ if nothing is specified on command line.
* 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.
-* image-name.fs Like image-name.fs.sfs but without SquashFS.
- (For testing purposes only. The option copytoram
- for archiso hook does not have any effect on these images)
-
*** File format for aitab.
@@ -196,7 +192,6 @@ 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 }.
- A special value of "none" denotes no usage of SquashFS.
<fs_type> Set the filesystem type of the image { ext4 | ext3 | ext2 | xfs }.
A special value of "none" denotes no usage of a filesystem.
In that case all files are pushed directly to SquashFS filesystem.
@@ -207,9 +202,6 @@ It consists of some fields which define the behaviour of images.
This is an estimation, and calculated in a simple way.
Space used + 10% (estimated for metadata overhead) + desired %
-Note: Some combinations are invalid, example: sfs_comp=none and fs_type=none
-
-
*** Why the /isolinux and /arch/boot/syslinux directories?