From 8cbc5483591a74fee2b566eff92e1423cbe9c0ad Mon Sep 17 00:00:00 2001 From: nl6720 Date: Sun, 21 Mar 2021 14:44:50 +0200 Subject: mkarchiso: do not set default mksquashfs options Remove hardcoded '-comp xz', it prevents using mksquashfs defaults. Fixes #112. --- README.profile.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.profile.rst') diff --git a/README.profile.rst b/README.profile.rst index c22e7bb..89477d2 100644 --- a/README.profile.rst +++ b/README.profile.rst @@ -51,8 +51,7 @@ The image file is constructed from some of the variables in **profiledef.sh**: ` - `ext4+squashfs`: Create an ext4 partition, copy the airootfs work directory to it and create a squashfs image from it - `erofs`: Create an EROFS image for the airootfs work directory * `airootfs_image_tool_options`: An array of options to pass to the tool to create the airootfs image. `mksquashfs` and - `mkfs.erofs` are supported. See `mksquashfs --help` or `mkfs.erofs --help` for all possible options (defaults to - `('-comp' 'xz')` for squashfs). + `mkfs.erofs` are supported. See `mksquashfs --help` or `mkfs.erofs --help` for all possible options. * `file_permissions`: An associative array that lists files and/or directories who need specific ownership or permissions. The array's keys contain the path and the value is a colon separated list of owner UID, owner GID and access mode. E.g. `file_permissions=(["/etc/shadow"]="0:0:400")`. When directories are listed with a trailing backslash ("/") **all** files and directories contained within the listed directory will have the same owner UID, owner GID, and access mode applied recursively. -- cgit v1.2.3-70-g09d2