]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore: add recently introduced dracut modules
authorJo Zzsi <jozzsicsataban@gmail.com>
Fri, 18 Oct 2024 10:29:54 +0000 (06:29 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Fri, 18 Oct 2024 10:55:34 +0000 (06:55 -0400)
- squash-erofs
- squash-lib
- squash-squashfs
- hwdb
- fips-crypto-policies

.github/labeler.yml
doc_site/modules/ROOT/pages/modules/core.adoc
doc_site/modules/ROOT/pages/modules/systemd.adoc

index 87dc2c130fad2156f7c5f34fb7f57e1f8d125e48..d013c5fbc5268db840e6652440223c82984ccda4 100644 (file)
@@ -62,6 +62,10 @@ fips:
   - 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/*'
@@ -530,6 +534,18 @@ squash:
   - 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/*'
index a2c2533dce653642fe14d5d5bb229ea5a9852ecd..60ea70ccbee195b1709fd8c78af478fa8ff15f3f 100644 (file)
@@ -12,7 +12,7 @@ code, there are no specific types or categories for dracut modules.
 * utils (no kernel module, only user-space utilities)
 * meta (only for making decision which other modules to include)
 
-== local
+== core
 
 |===
 | Module | Description | Type
@@ -97,6 +97,10 @@ code, there are no specific types or categories for dracut modules.
 | Enforces FIPS security standard regulations
 |
 
+| fips-crypto-policies
+| crypto-policies
+| utils
+
 | fs-lib
 | filesystem tools (including fsck.* and mount)
 | library
@@ -105,6 +109,10 @@ code, there are no specific types or categories for dracut modules.
 | Arranges for arbitrary partitions to be mounted before rootfs
 |
 
+| hwdb
+| Includes hardware database
+| utils
+
 | i18n
 | Includes keymaps, console fonts, etc.
 |
index ad1f863e4d678647891a25b566b82752a5ddb749..42608ed026418fc81839e0570a2a8279e03f23c3 100644 (file)
@@ -1,4 +1,4 @@
-== Systemd dracut modules
+= Systemd dracut modules
 
 These modules would require including a version of systemd into initramfs.
 
@@ -39,6 +39,15 @@ 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