summaryrefslogtreecommitdiff
path: root/README.profile.rst
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-03-14 17:05:52 -0300
committerDavid P <megver83@parabola.nu>2021-03-14 17:08:04 -0300
commit5425acb5427c39ae7333435c36fa2ca08852509d (patch)
tree0758f029810da984d9e29c5dfaf6ec6a785f370b /README.profile.rst
parent48ca0e2f0d7ff3e15184dc99148de128a847f4c3 (diff)
sync with archiso
imported changes: bc67933 Support EROFS 711ab4c archiso/initcpio/hooks/archiso: remove redundant /sfs/ from airootfs mount point parabolaiso: * make reflector NM dispatcher script executable in OpenRC profiles Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'README.profile.rst')
-rw-r--r--README.profile.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.profile.rst b/README.profile.rst
index 7eb2c81..f8c3bfa 100644
--- a/README.profile.rst
+++ b/README.profile.rst
@@ -51,9 +51,11 @@ The image file is constructed from some of the variables in **profiledef.sh**: `
- `squashfs`: Create a squashfs image directly from the airootfs work directory
- `ext4+squashfs`: Create an ext4 partition, copy the airootfs work directory to it and create a squashfs image from it
-* `airootfs_image_tool_options`: An array of options to pass to the tool to create the airootfs image. Currently only
- `mksquashfs` is supported - see `mksquashfs --help` for all possible options (defaults to `('-comp' 'xz')`).
- - `file_permissions`: An associative array that lists files and/or directories who need specific ownership or
+ - `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).
+* `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")`.