mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-12 23:19:13 +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.
13 lines
297 B
TOML
13 lines
297 B
TOML
MD='*'
|
|
# TODO: is M really suitable? But anyway I don't think it make too much
|
|
# sense to set this to * but the desired types to M ...
|
|
BLK_DEV_MD='*M'
|
|
MD_AUTODETECT='*'
|
|
MD_RAID1='*M '
|
|
MD_RAID10='*M '
|
|
MD_RAID456='*M '
|
|
|
|
[MD_RAID0]
|
|
value = '*M '
|
|
comment = 'Only the RAID types desired are required'
|