Bug#790941: [PATCH] Support additional arguments to mdadm DOC

2015-07-09 Thread Cyril Brulebois
Hi again, Philipp Hahn (2015-07-09): > Needed for "--layout o2". > Spaces must be substituted by '#'. > --- > doc/devel/partman-auto-raid-recipe.txt | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/doc/devel/partman-auto-raid-recipe.txt > b/doc/devel/partman-auto-ra

Bug#790941: [PATCH] Support additional arguments to mdadm

2015-07-09 Thread Cyril Brulebois
Hi, Philipp Hahn (2015-07-09): > Needed for "--layout o2". > Spaces must be substituted by '#'. > --- > auto-raidcfg | 15 ++- > 1 file changed, 6 insertions(+), 9 deletions(-) > > diff --git a/auto-raidcfg b/auto-raidcfg > index 01722c1..f0d4643 100755 > --- a/auto-raidcfg > +++ b/

Bug#790941: [PATCH] Support additional arguments to mdadm

2015-07-09 Thread Philipp Hahn
Needed for "--layout o2". Spaces must be substituted by '#'. --- auto-raidcfg | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/auto-raidcfg b/auto-raidcfg index 01722c1..f0d4643 100755 --- a/auto-raidcfg +++ b/auto-raidcfg @@ -21,12 +21,9 @@ create_raid() {

Bug#790941: [PATCH] Support additional arguments to mdadm DOC

2015-07-09 Thread Philipp Hahn
Needed for "--layout o2". Spaces must be substituted by '#'. --- doc/devel/partman-auto-raid-recipe.txt | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/devel/partman-auto-raid-recipe.txt b/doc/devel/partman-auto-raid-recipe.txt index daa7727..87d0fd1 100644 --- a/doc/d