From afe767824d8bc966a78bcd0fdb5062213b881bb7 Mon Sep 17 00:00:00 2001 From: Oliver <69219753+ostempel@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:45:39 +0100 Subject: [PATCH] Update README.md Co-authored-by: Gerrit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f433ee..9f653e4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ If not the extension will reconcile the new `csi-driver-lvm`. ## Development -This extension can be developed in the gardener-local devel environment. Before make sure you have created loop-devices on your machine. +This extension can be developed in the gardener-local devel environment. Before make sure you have created loop-devices on your machine (identical to how you would develop the csi-driver-lvm locally, refer to the repository [docs](https://github.com/metal-stack/csi-driver-lvm?tab=readme-ov-file#development) for further information). ```sh for i in 100 101; do fallocate -l 1G loop${i}.img ; sudo losetup /dev/loop${i} loop${i}.img; done