diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-30 23:14:44 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-05-03 19:41:07 -0700 |
commit | 23e9ea1052e819d0737e020ba1bd48023c4697b0 (patch) | |
tree | 7d4d60197cd25f92df2b8898ca0dd3745544bdf1 /doc | |
parent | catalyst: Access setarch data correctly (diff) | |
download | catalyst-23e9ea1052e819d0737e020ba1bd48023c4697b0.tar.gz catalyst-23e9ea1052e819d0737e020ba1bd48023c4697b0.tar.bz2 catalyst-23e9ea1052e819d0737e020ba1bd48023c4697b0.zip |
targets: Use gensquashfs instead of mksquashfs
We're using tar2sqfs from squashfs-tools-ng, so let's replace the usage
of mksquashfs (from squashfs-tools) with gensquashfs.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/catalyst-spec.5.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/catalyst-spec.5.txt b/doc/catalyst-spec.5.txt index f87bd69e..e269e16d 100644 --- a/doc/catalyst-spec.5.txt +++ b/doc/catalyst-spec.5.txt @@ -180,8 +180,8 @@ CD. Possible values are as follows: *livecd/fsops*:: The fsops are a list of optional parameters that can be passed to the tool which will create the filesystem specified in *livecd/fstype* -(example: `-root-owned`). It is valid for the following fstypes: -`squashfs`, `jffs`, `jffs2`, and `cramfs`. +It is valid for the following fstypes: `squashfs`, `jffs`, `jffs2`, +and `cramfs`. *livecd/iso*:: This is the full path and filename to the ISO image that the |