From f92084506a2ba95347487187c3f26e317032acd7 Mon Sep 17 00:00:00 2001 From: Peter Wilmott
Date: Mon, 20 Jul 2015 18:40:45 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e22f3d..f2e0a2b 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,10 @@ Docker implemented in 100 lines of bash. The following packages are needed to run bocker. -* util-linux 2.25.2 -* btrfs-progs 3.16.2 +* util-linux >= 2.25.2 +* btrfs-progs - -Because RHEL/CentOS 7 do not ship a new enough version of util-linux you will need grab the sources from [here](https://www.kernel.org/pub/linux/utils/util-linux/v2.25/) and compile it yourself. +Because most distributions do not ship a new enough version of util-linux you will probably need grab the sources from [here](https://www.kernel.org/pub/linux/utils/util-linux/v2.25/) and compile it yourself. Additionally `/var/bocker` needs to be on a btrfs filesystem.