From 9f16862acd7e7be02da72f63a03b4c0e256dabff Mon Sep 17 00:00:00 2001 From: fdupoux Date: Fri, 30 Oct 2020 21:20:05 +0000 Subject: Configure the image type and image creation options using profiles (#54) --- README.profile.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.profile.rst') 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 ============= -- cgit v1.2.3-54-g00ecf