ironic-python-agent-builder/dib/ironic-ramdisk-base
Sharpz7 a48825d260 [codespell] Fixing Spelling Mistakes
This is the first in a series of commits to add support for codespell. This is continuning the process completed in ironic-python-agent.

Future Commits will add a Tox Target, CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame.

Change-Id: I6ce80cc993cdd4c8d38266f3ff3f8f134f0fc5a9
2024-01-26 04:11:31 +00:00
..
cleanup.d [codespell] Fixing Spelling Mistakes 2024-01-26 04:11:31 +00:00
environment.d Add checksum generation support 2023-03-23 13:36:45 +13:00
README.rst Allow opt-out of full ramdisk pruning 2021-08-11 11:01:25 -07:00
element-deps Add ironic-ramdisk-base to build general-purpose ramdisks 2020-12-16 17:51:37 +01:00

README.rst

ironic-ramdisk-base

This is a base element for ironic ramdisks. It does not install anything, just takes the prepared images and extract kernel/ramdisk from it.

Configurable Environment Variables

  • DIB_IPA_COMPRESS_COMMAND defaults to gzip, may be set to any valid compression program usable for an initramfs
  • DIB_IPA_MINIMAL_PRUNE defaults to 0 (false). If set to 1, will skip most ramdisk size optimizations. This may be helpful for use of packages with IPA that require otherwise-pruned directories or files.