glfs/postlfs/filesystems/mdadm-kernel.xml
Xi Ruoyao 4e37f01a45
kernel-config: Do not include kernel version in every generated file
This is stupid and it will cause meaningless diffs in version control
(like this commit does :( ).

Remove the kernel version from the generated XML files.  Add
kernel.version file into git to track the kernel version.
2023-07-31 21:44:37 +08:00

15 lines
941 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<!-- Automatically generated by kernel-config.py
DO NOT EDIT! -->
<screen><literal>Device Drivers ---&gt;
[*] Multiple devices driver support (RAID and LVM) ---&gt; [MD]
&lt;*/M&gt; RAID support [BLK_DEV_MD]
[*] Autodetect RAID arrays during kernel boot [MD_AUTODETECT]
# Only the RAID types desired are required:
&lt; /*/M&gt; RAID-0 (striping) mode [MD_RAID0]
&lt; /*/M&gt; RAID-1 (mirroring) mode [MD_RAID1]
&lt; /*/M&gt; RAID-10 (mirrored striping) mode [MD_RAID10]
&lt; /*/M&gt; RAID-4/RAID-5/RAID-6 mode [MD_RAID456]</literal></screen>