Skip to content

Commit 4afaad4

Browse files
committed
docs: fix dm-integrity kernel config option
Correct the kernel configuration option for dm-integrity from CONFIG_BLK_DEV_INTEGRITY to CONFIG_DM_INTEGRITY in both English and Chinese documentation. Files changed: - boot.md: Fix table entry for dm_integrity - boot_zh.md: Fix table entry and code block for dm_integrity
1 parent 7b029e4 commit 4afaad4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cryptpilot-fde/docs/boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ CryptPilot supports statically linked kernels (all kernel modules compiled into
255255
| **dm_snapshot** | Snapshot support (dm-snapshot backend) | `CONFIG_DM_SNAPSHOT=y` |
256256
| **dm_zero** | Zero target device (dm-snapshot backend) | `CONFIG_DM_ZERO=y` |
257257
| **dm_crypt** | LUKS/dm-crypt encryption | `CONFIG_DM_CRYPT=y` |
258-
| **dm_integrity** | dm-integrity protection | `CONFIG_BLK_DEV_INTEGRITY=y` |
258+
| **dm_integrity** | dm-integrity protection | `CONFIG_DM_INTEGRITY=y` |
259259
| **overlay** | OverlayFS filesystem (overlayfs backend) | `CONFIG_OVERLAY_FS=y` |
260260
| **zram** | Compressed RAM block device (ram mode) | `CONFIG_ZRAM=y` |
261261

cryptpilot-fde/docs/boot_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ CryptPilot支持静态链接内核(所有内核模块编译进内核)。如
256256
| **dm_snapshot** | 快照支持(dm-snapshot后端) | `CONFIG_DM_SNAPSHOT=y` |
257257
| **dm_zero** | Zero 目标设备(dm-snapshot后端) | `CONFIG_DM_ZERO=y` |
258258
| **dm_crypt** | LUKS/dm-crypt 加密 | `CONFIG_DM_CRYPT=y` |
259-
| **dm_integrity** | dm-integrity 完整性保护 | `CONFIG_BLK_DEV_INTEGRITY=y` |
259+
| **dm_integrity** | dm-integrity 完整性保护 | `CONFIG_DM_INTEGRITY=y` |
260260
| **overlay** | OverlayFS 文件系统(overlayfs后端) | `CONFIG_OVERLAY_FS=y` |
261261
| **zram** | 压缩 RAM 块设备(ram模式) | `CONFIG_ZRAM=y` |
262262
| **loop** | 回环设备 | `CONFIG_BLK_DEV_LOOP=y` |
@@ -276,7 +276,7 @@ CryptPilot支持静态链接内核(所有内核模块编译进内核)。如
276276
CONFIG_BLK_DEV_DM=y
277277
CONFIG_DM_VERITY=y
278278
CONFIG_DM_CRYPT=y
279-
CONFIG_BLK_DEV_INTEGRITY=y
279+
CONFIG_DM_INTEGRITY=y
280280
CONFIG_DM_SNAPSHOT=y
281281
CONFIG_DM_ZERO=y
282282

0 commit comments

Comments
 (0)