Define assembly privileged builder policy

This commit is contained in:
2026-04-10 16:57:25 +02:00
parent 9fd1e5da14
commit 4936f1193b
5 changed files with 234 additions and 45 deletions
+6
View File
@@ -41,6 +41,8 @@ System options:\n\
--disk-capacity SIZE Disk capacity for 'image', 'installer', or raw-file 'install' targets.\n\
--root-size SIZE Root filesystem size for 'image', 'installer', 'installer-iso', or 'install' (example: 6g).\n\
--target PATH Install target for 'install' (raw image file or /dev/... device).\n\
Direct /dev/... install targets require\n\
FRUIX_ASSEMBLY_ALLOW_BLOCK_DEVICE_TARGETS=1.\n\
--install-target-device DEVICE\n\
Target block device used by the booted 'installer' environment.\n\
--self-test Use the Newt self-test path for 'installer-tui'.\n\
@@ -449,6 +451,7 @@ Common options:\n\
(esp_device . ,(assoc-ref result 'esp-device))
(root_device . ,(assoc-ref result 'root-device))
(install_metadata_path . ,(assoc-ref result 'install-metadata-path))
(assembly_privileged_policy_path . ,(assoc-ref result 'assembly-privileged-policy-path))
(rootfs_populate_metadata_path . ,(assoc-ref result 'rootfs-populate-metadata-path))
(rootfs_copy_metadata_path . ,(assoc-ref result 'rootfs-copy-metadata-path))
(store_copy_metadata_path . ,(assoc-ref result 'store-copy-metadata-path))
@@ -531,6 +534,7 @@ Common options:\n\
(disk_image . ,(assoc-ref result 'disk-image))
(esp_image . ,(assoc-ref result 'esp-image))
(root_image . ,(assoc-ref result 'root-image))
(assembly_privileged_policy_file . ,(assoc-ref result 'assembly-privileged-policy-file))
(rootfs_populate_metadata_file . ,(assoc-ref result 'rootfs-populate-metadata-file))
(image_rootfs_copy_metadata_file . ,(assoc-ref result 'image-rootfs-copy-metadata-file))
(store_copy_metadata_file . ,(assoc-ref result 'store-copy-metadata-file))
@@ -597,6 +601,7 @@ Common options:\n\
(disk_image . ,(assoc-ref result 'disk-image))
(esp_image . ,(assoc-ref result 'esp-image))
(root_image . ,(assoc-ref result 'root-image))
(assembly_privileged_policy_file . ,(assoc-ref result 'assembly-privileged-policy-file))
(installer_rootfs_populate_metadata_file . ,(assoc-ref result 'installer-rootfs-populate-metadata-file))
(target_rootfs_populate_metadata_file . ,(assoc-ref result 'target-rootfs-populate-metadata-file))
(installer_rootfs_copy_metadata_file . ,(assoc-ref result 'installer-rootfs-copy-metadata-file))
@@ -667,6 +672,7 @@ Common options:\n\
(iso_image . ,(assoc-ref result 'iso-image))
(boot_efi_image . ,(assoc-ref result 'boot-efi-image))
(root_image . ,(assoc-ref result 'root-image))
(assembly_privileged_policy_file . ,(assoc-ref result 'assembly-privileged-policy-file))
(installer_rootfs_populate_metadata_file . ,(assoc-ref result 'installer-rootfs-populate-metadata-file))
(target_rootfs_populate_metadata_file . ,(assoc-ref result 'target-rootfs-populate-metadata-file))
(installer_rootfs_copy_metadata_file . ,(assoc-ref result 'installer-rootfs-copy-metadata-file))