source: kernel-config/postlfs/filesystems/mdadm.toml@ a6039f2

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since a6039f2 was d67d543, checked in by Xi Ruoyao <xry111@…>, 11 months ago

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.

  • Property mode set to 100644
File size: 297 bytes
Line 
1MD='*'
2# TODO: is M really suitable? But anyway I don't think it make too much
3# sense to set this to * but the desired types to M ...
4BLK_DEV_MD='*M'
5MD_AUTODETECT='*'
6MD_RAID1='*M '
7MD_RAID10='*M '
8MD_RAID456='*M '
9
10[MD_RAID0]
11value = '*M '
12comment = 'Only the RAID types desired are required'
Note: See TracBrowser for help on using the repository browser.