Attribute: clan.core.image
Attribute: clan.core.image.iso
Attribute: clan.core.image.iso.addFilesScript
Script to inject extra files into an ISO image.
Source parse-add-files-args.sh to get standardized argument parsing.
After sourcing, $source_image, $output_image, and $extra_paths are available.
Accepts the following arguments:
<path>: Path to the original built image (read-only)<path>: Path for the modified output image<local-source> <target-path>: Repeatable, maps a local
file or directory to a target filesystem path inside the imageType: package
Default:
pkgs.writeShellApplication { ... } Declared in: nixosModules/clanCore/image/iso