diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:55:52 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:13 -0400 |
commit | b4870273ae2780cf714c8cd048806550eb8639cf (patch) | |
tree | 38493335003a7cc3c50e44d562ce8bb3f34fa029 | |
parent | 69a2c54849e26872ae730414dd4f5104f2d9c331 (diff) |
system/thin-provisioning-tools: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | system/thin-provisioning-tools/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/thin-provisioning-tools/README b/system/thin-provisioning-tools/README index 37d6d0e822f8..94697ac05df5 100644 --- a/system/thin-provisioning-tools/README +++ b/system/thin-provisioning-tools/README @@ -3,10 +3,11 @@ and dm-cache device-mapper targets. Required by LVM2 to start and manage LVM volumes with above features. -Package contains also patch for Slackware's mkinitrd. -It's required if you want to boot from cached root partition. +The package also contains a patch for Slackware's mkinitrd. +It's required if you want to boot from a cached root partition. To apply the patch run: - cd /sbin ; patch -p0 < /usr/doc/thin-provisioning-tools-*/mkinitrd-1.4.X.patch + cd /sbin + patch -p0 < /usr/doc/thin-provisioning-tools-*/mkinitrd-1.4.X.patch where X is the version of the currently installed mkinitrd. |