mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 00:48:19 +08:00
4e37f01a45
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.
15 lines
941 B
XML
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 --->
|
|
[*] Multiple devices driver support (RAID and LVM) ---> [MD]
|
|
<*/M> RAID support [BLK_DEV_MD]
|
|
[*] Autodetect RAID arrays during kernel boot [MD_AUTODETECT]
|
|
# Only the RAID types desired are required:
|
|
< /*/M> RAID-0 (striping) mode [MD_RAID0]
|
|
< /*/M> RAID-1 (mirroring) mode [MD_RAID1]
|
|
< /*/M> RAID-10 (mirrored striping) mode [MD_RAID10]
|
|
< /*/M> RAID-4/RAID-5/RAID-6 mode [MD_RAID456]</literal></screen>
|