From fe29d5f334608f5ae93a40d4947aab1cb8517340 Mon Sep 17 00:00:00 2001
From: Christian Hesse <mail@eworm.de>
Date: Fri, 2 Jan 2015 11:23:45 +0100
Subject: [PATCH] add documentation for cow_chunksize=

Signed-off-by: Christian Hesse <mail@eworm.de>
---
 docs/README.bootparams | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/README.bootparams b/docs/README.bootparams
index ca3db35e..4c324f2b 100644
--- a/docs/README.bootparams
+++ b/docs/README.bootparams
@@ -44,6 +44,9 @@ INDEX
                     The argument is an integer and optional unit.
                     Units are M,G (powers of 1024).
                     Default: "256M"
+* cow_chunksize=    Set chunksize used for dm-snapshot. This is number
+                    of 512 byte blocks to write at once.
+		    Default: "8"
 * copytoram_size=   Set the size of tmpfs. This space is used for
                     airootfs.sfs image if copytoram=y.
                     Size is in bytes (suffix with "k", "m" and "g") or
-- 
GitLab