Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.profile.rst
diff options
context:
space:
mode:
authorfdupoux <fdupoux@users.sourceforge.net>2020-10-30 21:20:05 +0000
committerfdupoux <fdupoux@users.sourceforge.net>2020-10-30 21:33:08 +0000
commit9f16862acd7e7be02da72f63a03b4c0e256dabff (patch)
treefe25dfbce755201756573c41cc55402913c878ab /README.profile.rst
parente369ade17d219cff62016de4fcd81d7f9a77d640 (diff)
Configure the image type and image creation options using profiles (#54)
Diffstat (limited to 'README.profile.rst')
-rw-r--r--README.profile.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.profile.rst b/README.profile.rst
index 94cecdd..70f0b30 100644
--- a/README.profile.rst
+++ b/README.profile.rst
@@ -44,6 +44,11 @@ The image file is constructed from some of the variables in **profiledef.sh**: `
file (e.g. `packages.x86_64`)
* `pacman_conf`: The `pacman.conf` to use to install packages to the work directory when creating the image (defaults to
the host's `/etc/pacman.conf`)
+* `airootfs_image_type`: The image type to create. The following options are understood (defaults to `squashfs`):
+ - `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')`).
packages.arch
=============