[install-guide] Added btrfs kickstart option

Jack Reed jjr at fedoraproject.org
Mon Jan 14 01:58:15 UTC 2013


commit af185768199df6cb4d2bd0d834c25a31f02ac11c
Author: Jack Reed <jreed at redhat.com>
Date:   Mon Jan 14 11:57:58 2013 +1000

    Added btrfs kickstart option

 en-US/Kickstart2.xml |   62 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/en-US/Kickstart2.xml b/en-US/Kickstart2.xml
index 11fb4de..c84ddb5 100644
--- a/en-US/Kickstart2.xml
+++ b/en-US/Kickstart2.xml
@@ -526,6 +526,68 @@ Boot loader configuration
 					</itemizedlist>
 				</listitem>
 			</varlistentry>
+			
+			<varlistentry>
+				<term><command>btrfs</command> (optional) </term>
+				<listitem>
+					<para>
+					<indexterm significance="normal">
+					<primary>kickstart file</primary>
+					<secondary><command>btrfs</command>
+					</secondary>
+				</indexterm>
+					Create a BTRFS volume or subvolume. For a volume, the syntax is:
+					</para>
+					
+<screen>btrfs <replaceable>&lt;mntpoint&gt;</replaceable> --data=<replaceable>&lt;level&gt;</replaceable> --metadata=<replaceable>&lt;level&gt;</replaceable> --label=<replaceable>&lt;label&gt;</replaceable> <replaceable>&lt;partitions&gt;</replaceable></screen>
+
+ <para>
+   <replaceable>&lt;partitions&gt;</replaceable> denotes that multiple partitions can be listed and should list the BTRFS identifiers to add to the BTRFS volume.
+ </para>
+ 
+ <para>
+   For a subvolume, the syntax is:
+ </para>
+ 
+<screen>btrfs <replaceable>&lt;mntpoint&gt;</replaceable> --subvol --name=<replaceable>&lt;path&gt;</replaceable> <replaceable>&lt;parent&gt;</replaceable></screen>
+
+ <para>
+   <replaceable>&lt;parent&gt;</replaceable> should be the identifier of the subvolume's parent volume.
+ </para>
+ 
+ <para>
+    None of the following options apply to subvolumes.
+  </para>
+
+					<itemizedlist>
+
+<listitem>
+	<para>
+		<command>--data=</command> &mdash; RAID level to use for filesystem data (such as 0, 1, or 10). 
+	</para>
+</listitem>
+
+<listitem>
+	<para>
+		<command>--metadata=</command> &mdash; RAID level to use for filesystem/volume metadata (such as 0, 1, or 10).
+	</para>
+</listitem>
+
+<listitem>
+	<para>
+		<command>--label=</command> &mdash; Specify a label for the BTRFS filesystem.
+	</para>
+</listitem>
+
+<listitem>
+	<para>
+		<command>--noformat</command> &mdash; Use an existing BTRFS volume and do not reformat the filesystem.
+	</para>
+</listitem>
+
+			    </itemizedlist>
+			    </listitem>
+			</varlistentry>
 
 			<varlistentry>
 				<term><command>clearpart</command> (optional) 	  </term>


More information about the docs-commits mailing list