glfs/kernel-config/postlfs/filesystems/lvm2.toml
Xi Ruoyao d67d543479
filesystems: Convert the remaining kernel configurations to use new rendering
I don't know these FS very well so I did not change things, except:

- "SCSI_LOW_LEVEL" should be "SCSI_LOWLEVEL" (without the "_" between
  "LOW" and "LEVEL").
- RAID append mode is deprecated, so I removed it.

And I've fixed some issues in kernel-config.py as well.
2023-07-31 21:44:36 +08:00

12 lines
169 B
TOML

MD='*'
BLK_DEV_DM='*M'
DM_CRYPT='*M'
DM_SNAPSHOT='*M'
DM_THIN_PROVISIONING='*M'
DM_CACHE='*M'
DM_MIRROR='*M'
DM_ZERO='*M'
DM_DELAY='*M'
BLK_DEV_RAM='*M'
MAGIC_SYSRQ='*'