mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-13 07:29:10 +08:00
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.
12 lines
169 B
TOML
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='*'
|