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 /examples | |
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 'examples')
-rw-r--r-- | examples/livecd-stage2_template.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec index 4cb94d40..3b9ca1da 100644 --- a/examples/livecd-stage2_template.spec +++ b/examples/livecd-stage2_template.spec @@ -95,8 +95,6 @@ livecd/fstype: # The fsops are a list of optional parameters that can be passed to the tool # which will create the filesystem specified in livecd/fstype. It is valid for # the following fstypes: squashfs, jffs, jffs2, cramfs -# example: -# livecd/fsops: -root-owned livecd/fsops: # The cdtar is essentially the bootloader for the CD. It also holds the main |