- changed-files:
- any-glob-to-any-file: 'modules.d/[0-9][0-9]fips/*'
+fips-crypto-policies:
+ - changed-files:
+ - any-glob-to-any-file: 'modules.d/[0-9][0-9]fips-crypto-policies/*'
+
systemd-ac-power:
- changed-files:
- any-glob-to-any-file: 'modules.d/[0-9][0-9]systemd-ac-power/*'
- changed-files:
- any-glob-to-any-file: 'modules.d/[0-9][0-9]squash/*'
+squash-lib:
+ - changed-files:
+ - any-glob-to-any-file: 'modules.d/[0-9][0-9]squash-lib/*'
+
+squash-erofs:
+ - changed-files:
+ - any-glob-to-any-file: 'modules.d/[0-9][0-9]squash/*'
+
+squash-squashfs:
+ - changed-files:
+ - any-glob-to-any-file: 'modules.d/[0-9][0-9]squash/*'
+
uefi-lib:
- changed-files:
- any-glob-to-any-file: 'modules.d/[0-9][0-9]uefi-lib/*'
* utils (no kernel module, only user-space utilities)
* meta (only for making decision which other modules to include)
-== local
+== core
|===
| Module | Description | Type
| Enforces FIPS security standard regulations
|
+| fips-crypto-policies
+| crypto-policies
+| utils
+
| fs-lib
| filesystem tools (including fsck.* and mount)
| library
| Arranges for arbitrary partitions to be mounted before rootfs
|
+| hwdb
+| Includes hardware database
+| utils
+
| i18n
| Includes keymaps, console fonts, etc.
|
-== Systemd dracut modules
+= Systemd dracut modules
These modules would require including a version of systemd into initramfs.
| Starts random generator serive on early boot
| squash
+| Squash meta module
+
+| squash-erofs
+| Builds EroFS initramfs
+
+| squash-lib
+| Library for building Squash initramfs
+
+| squash-squashfs
| Builds SquashFS initramfs
| systemd