source: postlfs/filesystems/mdadm-kernel.xml@ d67d543

12.0 12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since d67d543 was d67d543, checked in by Xi Ruoyao <xry111@…>, 14 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: 957 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4<!-- Automatically generated by kernel-config.py for Linux 6.4.7
5 DO NOT EDIT! -->
6<screen><literal>Device Drivers ---&gt;
7 [*] Multiple devices driver support (RAID and LVM) ---&gt; [MD]
8 &lt;*/M&gt; RAID support [BLK_DEV_MD]
9 [*] Autodetect RAID arrays during kernel boot [MD_AUTODETECT]
10 # Only the RAID types desired are required:
11 &lt; /*/M&gt; RAID-0 (striping) mode [MD_RAID0]
12 &lt; /*/M&gt; RAID-1 (mirroring) mode [MD_RAID1]
13 &lt; /*/M&gt; RAID-10 (mirrored striping) mode [MD_RAID10]
14 &lt; /*/M&gt; RAID-4/RAID-5/RAID-6 mode [MD_RAID456]</literal></screen>
Note: See TracBrowser for help on using the repository browser.