Add content type rootfs to RBD and extend manual

This commit is contained in:
Wolfgang Link
2015-08-25 09:47:53 +02:00
committed by Dietmar Maurer
parent 99d4c75346
commit 1f79bb07f1
2 changed files with 2 additions and 3 deletions

View File

@ -197,7 +197,7 @@ sub type {
sub plugindata {
return {
content => [ {images => 1}, { images => 1 }],
content => [ {images => 1, rootdir => 1}, { images => 1 }],
};
}